UNPKG

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.

5 lines 169 B
var Xrequire = require('./Xrequire.js'); ///data/data/com.termux/files/myModules/userReg/ Xrequire.setPath('.'); var loggy = Xrequire('mymodule'); loggy('Hello World!');