lihai 8d6c751f49 feat: push | лет назад: 2 | |
---|---|---|
.. | ||
test | лет назад: 2 | |
.eslintrc | лет назад: 2 | |
.nycrc | лет назад: 2 | |
CHANGELOG.md | лет назад: 2 | |
LICENSE | лет назад: 2 | |
README.md | лет назад: 2 | |
core.json | лет назад: 2 | |
index.js | лет назад: 2 | |
package.json | лет назад: 2 |
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