root 3bf41bf355 update | hai 1 ano | |
---|---|---|
.. | ||
test | hai 1 ano | |
.eslintrc | hai 1 ano | |
.nycrc | hai 1 ano | |
CHANGELOG.md | hai 1 ano | |
LICENSE | hai 1 ano | |
README.md | hai 1 ano | |
core.json | hai 1 ano | |
index.js | hai 1 ano | |
package.json | hai 1 ano |
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