Dailin 415ba84223 | před 3 roky | ||
---|---|---|---|
.. | |||
.github | 删除 | před 3 roky | |
test | 删除 | před 3 roky | |
.eslintrc | před 3 roky | ||
.travis.yml | před 3 roky | ||
CHANGELOG.md | před 3 roky | ||
LICENSE | před 3 roky | ||
README.md | před 3 roky | ||
core.json | před 3 roky | ||
index.js | před 3 roky | ||
package.json | před 3 roky |
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