( message: string, fn: (...args: Array<any>) => unknown, )
| 76 | } |
| 77 | |
| 78 | function throwAtFunction( |
| 79 | message: string, |
| 80 | fn: (...args: Array<any>) => unknown, |
| 81 | ) { |
| 82 | throw new ErrorWithStack(message, fn); |
| 83 | } |
no outgoing calls
no test coverage detected