suochencheng 7cf50435fd 1 6 жил өмнө
..
index.js 7cf50435fd 1 6 жил өмнө
license 7cf50435fd 1 6 жил өмнө
package.json 7cf50435fd 1 6 жил өмнө
readme.md 7cf50435fd 1 6 жил өмнө

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