| 7 | declare namespace NodeJS { |
| 8 | // eslint-disable-next-line @typescript-eslint/naming-convention |
| 9 | interface Process extends EventEmitter { |
| 10 | on(event: 'unhandledRejection', listener: (error: Error) => void): this |
| 11 | } |
| 12 | } |
nothing calls this directly
no outgoing calls
no test coverage detected