Dailin 415ba84223 | пре 3 година | ||
---|---|---|---|
.. | |||
.github | 删除 | пре 3 година | |
test | 删除 | пре 3 година | |
.eslintrc | пре 3 година | ||
.travis.yml | пре 3 година | ||
CHANGELOG.md | пре 3 година | ||
LICENSE | пре 3 година | ||
README.md | пре 3 година | ||
core.json | пре 3 година | ||
index.js | пре 3 година | ||
package.json | пре 3 година |
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