@xylabs/static-implements
Advanced tools
Comparing version
@@ -1,10 +0,2 @@ | ||
// src/staticImplements.ts | ||
function staticImplements() { | ||
return (constructor) => { | ||
constructor; | ||
}; | ||
} | ||
export { | ||
staticImplements | ||
}; | ||
export * from "./staticImplements"; | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,1 @@ | ||
// src/staticImplements.ts | ||
function staticImplements() { | ||
@@ -3,0 +2,0 @@ return (constructor) => { |
@@ -6,2 +6,6 @@ "use strict"; | ||
var __hasOwnProp = Object.prototype.hasOwnProperty; | ||
var __export = (target, all) => { | ||
for (var name in all) | ||
__defProp(target, name, { get: all[name], enumerable: true }); | ||
}; | ||
var __copyProps = (to, from, except, desc) => { | ||
@@ -15,11 +19,21 @@ if (from && typeof from === "object" || typeof from === "function") { | ||
}; | ||
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default")); | ||
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); | ||
// src/index.ts | ||
var src_exports = {}; | ||
__export(src_exports, { | ||
staticImplements: () => staticImplements | ||
}); | ||
module.exports = __toCommonJS(src_exports); | ||
__reExport(src_exports, require("./staticImplements"), module.exports); | ||
// src/staticImplements.ts | ||
function staticImplements() { | ||
return (constructor) => { | ||
constructor; | ||
}; | ||
} | ||
// Annotate the CommonJS export names for ESM import in node: | ||
0 && (module.exports = { | ||
...require("./staticImplements") | ||
staticImplements | ||
}); | ||
//# sourceMappingURL=index.js.map |
@@ -19,2 +19,4 @@ "use strict"; | ||
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); | ||
// src/staticImplements.ts | ||
var staticImplements_exports = {}; | ||
@@ -21,0 +23,0 @@ __export(staticImplements_exports, { |
@@ -42,5 +42,5 @@ { | ||
"devDependencies": { | ||
"@xylabs/ts-scripts-yarn3": "^3.0.70", | ||
"@xylabs/tsconfig": "^3.0.70", | ||
"@xylabs/tsconfig-jest": "^3.0.70", | ||
"@xylabs/ts-scripts-yarn3": "^3.0.72", | ||
"@xylabs/tsconfig": "^3.0.72", | ||
"@xylabs/tsconfig-jest": "^3.0.72", | ||
"typescript": "^5.2.2" | ||
@@ -56,3 +56,3 @@ }, | ||
"sideEffects": false, | ||
"version": "2.11.22" | ||
"version": "2.11.23" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
22877
-0.07%