UNPKG

sls-helper-plugin-janis

Version:

A Serverless Helper plugin to add custom helpers for Janis Commerce

8 lines (4 loc) 172 B
'use strict'; const { isLocal } = require('./is-local'); const lowEnvs = ['beta', 'qa']; module.exports.isLowEnv = () => isLocal() || lowEnvs.includes(process.env.ENV);