source:
imaps-frontend/node_modules/set-function-name/index.d.ts
Last change on this file was d565449, checked in by , 4 weeks ago | |
---|---|
|
|
File size: 170 bytes |
Line | |
---|---|
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.