|
|
hace 4 años | |
|---|---|---|
| .. | ||
| node_modules | hace 4 años | |
| .jshintrc | hace 4 años | |
| .npmignore | hace 4 años | |
| LICENSE | hace 4 años | |
| README.md | hace 4 años | |
| index.js | hace 4 años | |
| package.json | hace 4 años | |
| test.js | hace 4 años | |
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