caoge c760052ff9 机车状态修改 | преди 8 месеца | |
---|---|---|
.. | ||
test | преди 8 месеца | |
.eslintrc | преди 8 месеца | |
.nycrc | преди 8 месеца | |
CHANGELOG.md | преди 8 месеца | |
LICENSE | преди 8 месеца | |
README.md | преди 8 месеца | |
core.json | преди 8 месеца | |
index.js | преди 8 месеца | |
package.json | преди 8 месеца |
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