Denis 346b78aee1 first commit пре 3 година
..
.travis.yml 346b78aee1 first commit пре 3 година
History.md 346b78aee1 first commit пре 3 година
License 346b78aee1 first commit пре 3 година
Readme.md 346b78aee1 first commit пре 3 година
builtins.json 346b78aee1 first commit пре 3 година
package.json 346b78aee1 first commit пре 3 година
test.js 346b78aee1 first commit пре 3 година

Readme.md

builtins

List of node.js builtin modules.

build status

Example

var builtins = require('builtins');

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

License

MIT