()
| 440 | |
| 441 | // exported for testing |
| 442 | export function getNodeEnv(): string { |
| 443 | return process.env.NODE_ENV || 'development' |
| 444 | } |
| 445 | |
| 446 | // exported for testing |
| 447 | export function getUserType(): string { |
no outgoing calls
no test coverage detected