Keine Beschreibung

FFIB: 11e3a9652a first vor 7 Jahren
..
index.js 11e3a9652a first vor 7 Jahren
license 11e3a9652a first vor 7 Jahren
package.json 11e3a9652a first vor 7 Jahren
readme.md 11e3a9652a first vor 7 Jahren

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