Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ndm / opt / ndm / resources / app / node_modules / shell-path / index.js
Size: Mime:
'use strict';
const shellEnv = require('shell-env');

module.exports = () => shellEnv().then(x => x.PATH);
module.exports.sync = () => shellEnv.sync().PATH;