Emmanuil c2e0590820 31.07.2020 il y a 4 ans
..
.travis.yml c2e0590820 31.07.2020 il y a 4 ans
History.md c2e0590820 31.07.2020 il y a 4 ans
License c2e0590820 31.07.2020 il y a 4 ans
Readme.md c2e0590820 31.07.2020 il y a 4 ans
builtins.json c2e0590820 31.07.2020 il y a 4 ans
package.json c2e0590820 31.07.2020 il y a 4 ans
test.js c2e0590820 31.07.2020 il y a 4 ans

Readme.md

builtins

List of node.js builtin modules.

build status

Example

var builtins = require('builtins');

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

License

MIT