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