张益铭 9064b372e8 docs:更新文档 4 years ago
..
node_modules 9064b372e8 docs:更新文档 4 years ago
.jshintrc 9064b372e8 docs:更新文档 4 years ago
.npmignore 9064b372e8 docs:更新文档 4 years ago
LICENSE 9064b372e8 docs:更新文档 4 years ago
README.md 9064b372e8 docs:更新文档 4 years ago
index.js 9064b372e8 docs:更新文档 4 years ago
package.json 9064b372e8 docs:更新文档 4 years ago
test.js 9064b372e8 docs:更新文档 4 years ago

README.md

isbuiltin

Tells you if the string you pass in is a built-in node module

Install

npm install isbuiltin --save

Usage

var isBuiltIn = require('isbuiltin);

isBuiltIn('console');
=> true

isBuiltIn('woosh');
=> false

Run Tests

npm install && npm test

License

MIT © Deepak Kapoor