(..._args: any[])
| 5 | */ |
| 6 | // eslint-disable-next-line @typescript-eslint/no-unused-vars |
| 7 | export function noop(..._args: any[]): any { |
| 8 | // noop |
| 9 | } |
| 10 | |
| 11 | /** |
| 12 | * Get a function parameter's names. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…