APPLE 025c69e553 wesmiler 点什么广告 il y a 3 ans
..
index.js 025c69e553 wesmiler 点什么广告 il y a 3 ans
license 025c69e553 wesmiler 点什么广告 il y a 3 ans
package.json 025c69e553 wesmiler 点什么广告 il y a 3 ans
readme.md 025c69e553 wesmiler 点什么广告 il y a 3 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