christian 4571a14169 android fix | před 3 roky | |
---|---|---|
.. | ||
.github | před 3 roky | |
test | před 3 roky | |
.eslintignore | před 3 roky | |
.eslintrc | před 3 roky | |
.nycrc | 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