Bachir Soussi Chiadmi cefd1c2ad0 updated sys and created publi 6 年 前
..
index.js 0611418f7a added whole system from ola4doc 6 年 前
license 0611418f7a added whole system from ola4doc 6 年 前
package.json cefd1c2ad0 updated sys and created publi 6 年 前
readme.md 0611418f7a added whole system from ola4doc 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