HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/usr/share/node_modules/own-or-env/
Upload File :
Current File : //proc/self/root/usr/share/node_modules/own-or-env/own-or-env.js
var proc = typeof process === 'object' && process ? process : { env: {} }
var ownOr = require('own-or')
module.exports = function ownOrEnv (object, field, env, bool) {
  var res = ownOr(object, field, proc.env[env])
  if (bool)
    res = !!+(res)
  return res
}