UNPKG

shawerma

Version:
12 lines (8 loc) 134 B
'use strict' module.exports = () => { let auth = true if (process.env.AUTH === 'false') { auth = false } return auth }