Bakhtina Sofya b84cb877be 1st comm 2 months ago
..
.travis.yml b84cb877be 1st comm 2 months ago
History.md b84cb877be 1st comm 2 months ago
License b84cb877be 1st comm 2 months ago
Readme.md b84cb877be 1st comm 2 months ago
builtins.json b84cb877be 1st comm 2 months ago
package.json b84cb877be 1st comm 2 months ago
test.js b84cb877be 1st comm 2 months ago

Readme.md

builtins

List of node.js builtin modules.

build status

Example

var builtins = require('builtins');

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

License

MIT