a zip code crypto-currency system good for red ONLY
Eric Foster d5378345de connection between front end and database 6 anos atrás
..
index.js connection between front end and database 6 anos atrás
license connection between front end and database 6 anos atrás
package.json connection between front end and database 6 anos atrás
readme.md connection between front end and database 6 anos atrás

readme.md

is-builtin-module Build Status

Check if a string matches the name of a Node.js builtin module

Install

$ npm install --save is-builtin-module

Usage

var isBuiltinModule = require('is-builtin-module');

isBuiltinModule('fs');
//=> true

isBuiltinModule('unicorn');
//=> false :(

Related

License

MIT © Sindre Sorhus