UNPKG

@mxmalykhin/template-package

Version:

Template for public npm packages (TS, CJS/ESM, Vitest, Biome, Rollup + ESBuild, Husky)

15 lines 469 B
import { fooSideEffect, fooUnusedFunc } from './module1.js'; export declare const foo: (text?: string) => string; declare const _default: { foo2: (text?: string) => string; foo3: (text?: string) => string; fooSideEffect: typeof fooSideEffect; fooUnusedFunc: typeof fooUnusedFunc; testing: boolean; testing2: boolean; testchild: { foo4: (text?: string) => string; }; }; export default _default; //# sourceMappingURL=index.d.ts.map