Submit
Path:
~
/
/
usr
/
local
/
lib
/
node_modules
/
npm
/
node_modules
/
normalize-package-data
/
node_modules
/
is-builtin-module
/
File Content:
readme.md
# is-builtin-module [](https://travis-ci.org/sindresorhus/is-builtin-module) > Check if a string matches the name of a Node.js builtin module ## Install ``` $ npm install --save is-builtin-module ``` ## Usage ```js var isBuiltinModule = require('is-builtin-module'); isBuiltinModule('fs'); //=> true isBuiltinModule('unicorn'); //=> false :( ``` ## Related - [builtin-modules](https://github.com/sindresorhus/builtin-modules) - List of the Node.js builtin modules ## License MIT © [Sindre Sorhus](http://sindresorhus.com)
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
node_modules
---
0755
index.js
225 bytes
0644
license
1119 bytes
0644
package.json
1924 bytes
0644
readme.md
625 bytes
0644
N4ST4R_ID | Naxtarrr