denodify-core
v0.1.7
Published
nodejs core modules adapted for denodify
Downloads
3
Readme
project
STUB
This is a stub for future work to be done on adapting the nodejs core modules as found in node-browser-builtins to be used with denodify.
The whole node-browser-builtins repo is added as is for now to this repo till I've adapted them.
[Description]
Install:
npm install denodify-core
Add dependency to your project with
"denodify-core": "[email protected]/Michieljoris/denodify-core"
or
"denodify-core": "*"
Require in a module:
var denodify-core = require('denodify-core');
Use:
See documentation.