Gaudenz Alder 7787addf43 6.6.2 release %!s(int64=8) %!d(string=hai) anos
..
index.js 7787addf43 6.6.2 release %!s(int64=8) %!d(string=hai) anos
license 7787addf43 6.6.2 release %!s(int64=8) %!d(string=hai) anos
package.json 7787addf43 6.6.2 release %!s(int64=8) %!d(string=hai) anos
readme.md 7787addf43 6.6.2 release %!s(int64=8) %!d(string=hai) anos

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