1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00
ssh-key-action/node_modules/builtins
2019-09-18 20:39:54 +09:00
..
.travis.yml * first action! (#1) 2019-09-18 20:39:54 +09:00
builtins.json * first action! (#1) 2019-09-18 20:39:54 +09:00
History.md * first action! (#1) 2019-09-18 20:39:54 +09:00
License * first action! (#1) 2019-09-18 20:39:54 +09:00
package.json * first action! (#1) 2019-09-18 20:39:54 +09:00
Readme.md * first action! (#1) 2019-09-18 20:39:54 +09:00
test.js * first action! (#1) 2019-09-18 20:39:54 +09:00

builtins

List of node.js builtin modules.

build status

Example

var builtins = require('builtins');

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

License

MIT