Dailin 415ba84223 | преди 3 години | ||
---|---|---|---|
.. | |||
.github | 删除 | преди 3 години | |
test | 删除 | преди 3 години | |
.eslintrc | преди 3 години | ||
.travis.yml | преди 3 години | ||
CHANGELOG.md | преди 3 години | ||
LICENSE | преди 3 години | ||
README.md | преди 3 години | ||
core.json | преди 3 години | ||
index.js | преди 3 години | ||
package.json | преди 3 години |
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