Bachir Soussi Chiadmi ac58a24f5c added bower, gulp il y a 7 ans
..
index.js ac58a24f5c added bower, gulp il y a 7 ans
license ac58a24f5c added bower, gulp il y a 7 ans
package.json ac58a24f5c added bower, gulp il y a 7 ans
readme.md ac58a24f5c added bower, gulp il y a 7 ans

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