biofriction-wp-theme/node_modules/is-core-module
jorge-vitrubio a7910c81a8 moved to new repo 2021-10-26 14:18:09 +02:00
..
.github moved to new repo 2021-10-26 14:18:09 +02:00
test moved to new repo 2021-10-26 14:18:09 +02:00
.eslintignore moved to new repo 2021-10-26 14:18:09 +02:00
.eslintrc moved to new repo 2021-10-26 14:18:09 +02:00
.nycrc moved to new repo 2021-10-26 14:18:09 +02:00
CHANGELOG.md moved to new repo 2021-10-26 14:18:09 +02:00
LICENSE moved to new repo 2021-10-26 14:18:09 +02:00
README.md moved to new repo 2021-10-26 14:18:09 +02:00
core.json moved to new repo 2021-10-26 14:18:09 +02:00
index.js moved to new repo 2021-10-26 14:18:09 +02:00
package.json moved to new repo 2021-10-26 14:18:09 +02:00

README.md

is-core-module Version Badge

Build Status dependency status dev dependency status License Downloads

npm badge

Is this specifier a node.js core module? Optionally provide a node version to check; defaults to the current node version.

Example

var isCore = require('is-core-module');
var assert = require('assert');
assert(isCore('fs'));
assert(!isCore('butts'));

Tests

Clone the repo, npm install, and run npm test