UNPKG

@rws-air/utils

Version:
6 lines 319 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isDevEnv = void 0; /** Validates whether the current environment is either development or test */ exports.isDevEnv = process.env.NODE_ENV === 'development' ? true : process.env.NODE_ENV === 'test'; //# sourceMappingURL=IsDevEnv.js.map