xmoduler
Version:
An amazing and the smallest NodeJS module using which you can use the same node_modules folder for different projects without anykind difficulties. Smallest, fastest and simplest.
1 lines • 120 B
JavaScript
module.exports=function(e){return require(process.env.DIR+e)},module.exports.setPath=function(e){process.env.DIR=e+"/"};