UNPKG

shawerma

Version:
9 lines (7 loc) 135 B
module.exports = () => { let security = true if (process.env.SECURITY === 'false') { security = false } return security }