UNPKG

@howto/browser-modules

Version:

A sample repo demonstrating package.json config for a browser module published to NPM

9 lines 271 B
/** * Returns the sum of an unbounded array of integers */ export declare function sum(...numbers: any[]): number; /** * Returns the difference of 2 integers */ export declare function difference(...numbers: any[]): number; //# sourceMappingURL=index.d.ts.map