Dailin 415ba84223 | há 3 anos | ||
---|---|---|---|
.. | |||
.github | 删除 | há 3 anos | |
test | 删除 | há 3 anos | |
.eslintrc | há 3 anos | ||
.travis.yml | há 3 anos | ||
CHANGELOG.md | há 3 anos | ||
LICENSE | há 3 anos | ||
README.md | há 3 anos | ||
core.json | há 3 anos | ||
index.js | há 3 anos | ||
package.json | há 3 anos |
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