|
|
4 years ago | |
|---|---|---|
| .. | ||
| node_modules | 4 years ago | |
| .jshintrc | 4 years ago | |
| .npmignore | 4 years ago | |
| LICENSE | 4 years ago | |
| README.md | 4 years ago | |
| index.js | 4 years ago | |
| package.json | 4 years ago | |
| test.js | 4 years ago | |
Tells you if the string you pass in is a built-in node module
npm install isbuiltin --save
var isBuiltIn = require('isbuiltin);
isBuiltIn('console');
=> true
isBuiltIn('woosh');
=> false
npm install && npm test
MIT © Deepak Kapoor