UNPKG

@mxmalykhin/template-package

Version:

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

10 lines 485 B
import type { RollupBuild } from 'rollup'; export declare const foo1: (text?: string) => string; declare const fooDefault: (test?: string) => string; export type TestTypeInModule1 = 'asd' | 'asd22' | false; export declare function fooSideEffect(): void; export declare const build: RollupBuild | undefined; export declare function fooUnusedFunc(): RollupBuild; export declare function fooExportedSideEffectFunc(): void; export default fooDefault; //# sourceMappingURL=module1.d.cts.map