Denis 346b78aee1 first commit 2 éve
..
.travis.yml 346b78aee1 first commit 2 éve
History.md 346b78aee1 first commit 2 éve
License 346b78aee1 first commit 2 éve
Readme.md 346b78aee1 first commit 2 éve
builtins.json 346b78aee1 first commit 2 éve
package.json 346b78aee1 first commit 2 éve
test.js 346b78aee1 first commit 2 éve

Readme.md

builtins

List of node.js builtin modules.

build status

Example

var builtins = require('builtins');

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

License

MIT