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.

3 lines 53 B
module.exports = function(msg){ console.log(msg); };