is-builtin
v1.2.0
Published
Checks if the given module name is in builtins.
Maintainers
Readme
is-builtin 
Checks if the given module name is in builtins.
Install
$ npm install --save is-builtinUsage
Node.js
var isBuiltin = require('is-builtin');
isBuiltin('fs'); //=> true
isBultin('process') //=> falseLicense
MIT © Hemanth.HM
