source:
frontend/node_modules/set-function-name/index.d.ts
| Last change on this file was 9af201e, checked in by , 11 days 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.
