kiruthiga 55473b7e7c initial push il y a 5 jours
..
.travis.yml 55473b7e7c initial push il y a 5 jours
History.md 55473b7e7c initial push il y a 5 jours
License 55473b7e7c initial push il y a 5 jours
Readme.md 55473b7e7c initial push il y a 5 jours
builtins.json 55473b7e7c initial push il y a 5 jours
package.json 55473b7e7c initial push il y a 5 jours
test.js 55473b7e7c initial push il y a 5 jours

Readme.md

builtins

List of node.js builtin modules.

build status

Example

var builtins = require('builtins');

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

License

MIT