|
|
il y a 4 ans | |
|---|---|---|
| .. | ||
| node_modules | il y a 4 ans | |
| .jshintrc | il y a 4 ans | |
| .npmignore | il y a 4 ans | |
| LICENSE | il y a 4 ans | |
| README.md | il y a 4 ans | |
| index.js | il y a 4 ans | |
| package.json | il y a 4 ans | |
| test.js | il y a 4 ans | |
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