UNPKG

@pallad/app-env

Version:

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

5 lines (4 loc) 212 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StandardEnvNameList = void 0; exports.StandardEnvNameList = ['production', 'staging', 'development', 'ci', 'test', 'preview'];