API/api.medcify.app/node_modules/is-core-module
2022-09-26 11:41:44 +05:30
..
test final 2022-09-26 11:41:44 +05:30
.eslintrc final 2022-09-26 11:41:44 +05:30
.nycrc final 2022-09-26 11:41:44 +05:30
CHANGELOG.md final 2022-09-26 11:41:44 +05:30
core.json final 2022-09-26 11:41:44 +05:30
index.js final 2022-09-26 11:41:44 +05:30
LICENSE final 2022-09-26 11:41:44 +05:30
package.json final 2022-09-26 11:41:44 +05:30
README.md final 2022-09-26 11:41:44 +05:30

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