mirror of
https://github.com/nodejs/node.git
synced 2025-05-15 14:41:29 +00:00
![]() PR-URL: https://github.com/nodejs/node/pull/12936 Reviewed-By: Anna Henningsen <anna@addaleax.net> |
||
---|---|---|
.. | ||
.travis.yml | ||
builtins.json | ||
History.md | ||
License | ||
package.json | ||
Readme.md | ||
test.js |
builtins
List of node.js builtin modules.
Example
var builtins = require('builtins');
assert(builtins.indexOf('http') > -1);
License
MIT