(key)
| 9507 | typeof process.env !== "undefined"; |
| 9508 | |
| 9509 | function env(key) { |
| 9510 | return hasEnvVariables ? process.env[key] : undefined; |
| 9511 | } |
| 9512 | |
| 9513 | function getNativePromise() { |
| 9514 | if (typeof Promise === "function") { |
nothing calls this directly
no outgoing calls
no test coverage detected