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