christian 4571a14169 android fix | il y a 3 ans | |
---|---|---|
.. | ||
.github | il y a 3 ans | |
test | il y a 3 ans | |
.eslintignore | il y a 3 ans | |
.eslintrc | il y a 3 ans | |
.nycrc | il y a 3 ans | |
CHANGELOG.md | il y a 3 ans | |
LICENSE | il y a 3 ans | |
README.md | il y a 3 ans | |
core.json | il y a 3 ans | |
index.js | il y a 3 ans | |
package.json | il y a 3 ans |
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