source:
imaps-frontend/node_modules/set-function-name/index.d.ts@
d565449
Last change on this file since d565449 was d565449, checked in by , 4 weeks ago | |
---|---|
|
|
File size: 170 bytes |
Rev | Line | |
---|---|---|
[d565449] | 1 | type Func = (...args: unknown[]) => unknown; |
2 | ||
3 | declare function setFunctionName<T extends Func = Func>(fn: T, name: string, loose?: boolean): T; | |
4 | ||
5 | export = setFunctionName; |
Note:
See TracBrowser
for help on using the repository browser.