UNPKG

@pallad/app-env

Version:

Detects environment (production, staging, test, development, ci) and helps making decision based on that

3 lines (2 loc) 184 B
export type StandardEnvName = typeof StandardEnvNameList[number]; export declare const StandardEnvNameList: readonly ["production", "staging", "development", "ci", "test", "preview"];