Package Exports
- consistent-env
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (consistent-env) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Consistent-Env
consistent-env is an npm module that gives you the correct ENV, consistently. It's especially useful for OSX GUI apps, because due to an OS limitation they are not given proper env variables. This package also caches the result which results in a performance boost when a lot of packages are relying on it, it also doesn't modify the globals so using it in dependencies is safe.
Installation
npm install --save consistent-envAPI
module.exports = function(): Object<string, string>
module.exports.async = function(): Promise<Object<string, string>>License
This project is licensed under the terms of MIT License, see the LICENSE file for more info