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

Readme.md

builtins

List of node.js builtin modules.

build status

Example

var builtins = require('builtins');

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

License

MIT