|
|
há 4 anos atrás | |
|---|---|---|
| .. | ||
| node_modules | há 4 anos atrás | |
| .jshintrc | há 4 anos atrás | |
| .npmignore | há 4 anos atrás | |
| LICENSE | há 4 anos atrás | |
| README.md | há 4 anos atrás | |
| index.js | há 4 anos atrás | |
| package.json | há 4 anos atrás | |
| test.js | há 4 anos atrás | |
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