nodejs-api
v1.0.1
Published
Expose node.js modules through an object
Downloads
7
Readme
nodejs-api
Expose node.js modules through an object
Install
$ npm install --save node-apiUsage
var nodes = require('nodejs-api');
nodes.console.log('hello'); // will print helloSee all modules available:
console.log(Object.keys(require('nodejs-api')));LICENSE
MIT © Cristian Trifan

