()
| 210 | * @doc {heading: 'Environment'} |
| 211 | */ |
| 212 | export function env() { |
| 213 | return ENV; |
| 214 | } |
| 215 | |
| 216 | export let ENV: Environment = null; |
| 217 | export function setEnvironmentGlobal(environment: Environment) { |
no outgoing calls
no test coverage detected