root e2ef550dc3 update %!s(int64=2) %!d(string=hai) anos
..
index.js e2ef550dc3 update %!s(int64=2) %!d(string=hai) anos
license e2ef550dc3 update %!s(int64=2) %!d(string=hai) anos
package.json e2ef550dc3 update %!s(int64=2) %!d(string=hai) anos
readme.md e2ef550dc3 update %!s(int64=2) %!d(string=hai) anos

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