/** * Get the configured Node Environment (eg "production", "development", etc) */ export const getNodeEnv = () => process.env['NODE_ENV'];