@team-comit/test
Advanced tools
Comparing version
export declare const hello: () => void; | ||
export declare const hello2: () => void; | ||
export declare const hello3: () => void; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -22,3 +22,5 @@ var __defProp = Object.defineProperty; | ||
__export(src_exports, { | ||
hello: () => hello | ||
hello: () => hello, | ||
hello2: () => hello2, | ||
hello3: () => hello3 | ||
}); | ||
@@ -29,5 +31,13 @@ module.exports = __toCommonJS(src_exports); | ||
}; | ||
var hello2 = () => { | ||
console.log(1); | ||
}; | ||
var hello3 = () => { | ||
console.log(5); | ||
}; | ||
// Annotate the CommonJS export names for ESM import in node: | ||
0 && (module.exports = { | ||
hello | ||
hello, | ||
hello2, | ||
hello3 | ||
}); |
{ | ||
"name": "@team-comit/test", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"main": "./build/index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
2101
16.4%43
38.71%