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

Readme.md

builtins

List of node.js builtin modules.

build status

Example

var builtins = require('builtins');

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

License

MIT