sensordb2 e64a8defe5 3.17 | hace 1 año | |
---|---|---|
.. | ||
test | hace 1 año | |
.eslintignore | hace 1 año | |
.eslintrc | hace 1 año | |
.nycrc | hace 1 año | |
CHANGELOG.md | hace 1 año | |
LICENSE | hace 1 año | |
README.md | hace 1 año | |
core.json | hace 1 año | |
index.js | hace 1 año | |
package.json | hace 1 año |
Is this specifier a node.js core module? Optionally provide a node version to check; defaults to the current node version.
var isCore = require('is-core-module');
var assert = require('assert');
assert(isCore('fs'));
assert(!isCore('butts'));
Clone the repo, npm install
, and run npm test