UNPKG

detect-environment

Version:

Detect environments in JavaScript similar to the way Laravel does

16 lines (12 loc) 198 B
'use strict'; var // yargs = require('yargs'), /** * */ getArgv = function getArgv () { return yargs.argv; }; // Expose to node.js module.exports = getArgv;