source: node_modules/set-function-length/index.d.ts

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 245 bytes
RevLine 
[d24f17c]1declare namespace _exports {
2 export { Func };
3}
4declare const _exports: <T extends Func = Func>(fn: T, length: number, loose?: boolean) => T;
5export = _exports;
6type Func = (...args: unknown[]) => unknown;
7//# sourceMappingURL=index.d.ts.map
Note: See TracBrowser for help on using the repository browser.