UNPKG

@pallad/app-env

Version:

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

2 lines (1 loc) 67 B
export declare function isCI(env: typeof process['env']): boolean;