()
| 413 | |
| 414 | // exported for testing |
| 415 | export function getNodeEnv(): string { |
| 416 | return process.env.NODE_ENV || 'development' |
| 417 | } |
| 418 | |
| 419 | // exported for testing |
| 420 | export function getUserType(): string { |
no outgoing calls
no test coverage detected