UNPKG

detect-environment

Version:

Detect environments in JavaScript similar to the way Laravel does

13 lines (10 loc) 166 B
'use strict'; var /** * */ getProcess = function getProcess () { return process; }; // Expose to node.js module.exports = getProcess;