main
Last change
on this file since 65b6638 was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
245 bytes
|
Rev | Line | |
---|
[d24f17c] | 1 | declare namespace _exports {
|
---|
| 2 | export { Func };
|
---|
| 3 | }
|
---|
| 4 | declare const _exports: <T extends Func = Func>(fn: T, length: number, loose?: boolean) => T;
|
---|
| 5 | export = _exports;
|
---|
| 6 | type Func = (...args: unknown[]) => unknown;
|
---|
| 7 | //# sourceMappingURL=index.d.ts.map |
---|
Note:
See
TracBrowser
for help on using the repository browser.