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