fxl b6608dd21b fxl9.8,完善add界面 | пре 3 месеци | |
---|---|---|
.. | ||
test | пре 3 месеци | |
.eslintrc | пре 4 месеци | |
.nycrc | пре 4 месеци | |
CHANGELOG.md | пре 3 месеци | |
LICENSE | пре 4 месеци | |
README.md | пре 4 месеци | |
core.json | пре 3 месеци | |
index.js | пре 4 месеци | |
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