UNPKG

@make-everything-simple/npm-template-typescript

Version:
12 lines 152 B
// src/index.ts function add(a, b) { return a + b; } function mul(a, b) { return a * b; } export { add, mul }; //# sourceMappingURL=index.js.map