UNPKG

@pallad/app-env

Version:

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

9 lines (8 loc) 405 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); tslib_1.__exportStar(require("./Info"), exports); tslib_1.__exportStar(require("./setup"), exports); tslib_1.__exportStar(require("./Factory"), exports); tslib_1.__exportStar(require("./StandardEnvName"), exports); tslib_1.__exportStar(require("./error/NoEnvironmentNameFoundError"), exports);