Denis 346b78aee1 first commit hace 2 años
..
.travis.yml 346b78aee1 first commit hace 2 años
History.md 346b78aee1 first commit hace 2 años
License 346b78aee1 first commit hace 2 años
Readme.md 346b78aee1 first commit hace 2 años
builtins.json 346b78aee1 first commit hace 2 años
package.json 346b78aee1 first commit hace 2 años
test.js 346b78aee1 first commit hace 2 años

Readme.md

builtins

List of node.js builtin modules.

build status

Example

var builtins = require('builtins');

assert(builtins.indexOf('http') > -1);

License

MIT