* process.exit()
(exitCode: number)
| 1220 | * process.exit() |
| 1221 | */ |
| 1222 | exit(exitCode: number): Promise<void>; |
| 1223 | /** |
| 1224 | * Optionally provide a fetch() function rather than using the built-in fetch(). |
| 1225 | * First arg is a url string or Request object (RequestInfo). |
no outgoing calls
no test coverage detected