UNPKG

pxnpminstall

Version:

Make npm install fast and handy.

6 lines (4 loc) 178 B
'use strict'; module.exports = require('./local_install'); module.exports.installLocal = require('./local_install'); module.exports.installGlobal = require('./global_install');