budibase/packages/standard-components/node_modules/is-core-module
Martin McKeaveney 990882f9db allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01:00
..
test allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01:00
.eslintignore allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01:00
.eslintrc allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01:00
.nycrc allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01:00
CHANGELOG.md allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01:00
LICENSE allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01:00
README.md allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01:00
core.json allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01:00
index.js allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01:00
package.json allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01:00

README.md

is-core-module Version Badge

github actions coverage 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