Maik 79c46dcb5d modul 3 anni fa
..
test 79c46dcb5d modul 3 anni fa
.eslintignore 79c46dcb5d modul 3 anni fa
.eslintrc 79c46dcb5d modul 3 anni fa
.nycrc 79c46dcb5d modul 3 anni fa
CHANGELOG.md 79c46dcb5d modul 3 anni fa
LICENSE 79c46dcb5d modul 3 anni fa
README.md 79c46dcb5d modul 3 anni fa
core.json 79c46dcb5d modul 3 anni fa
index.js 79c46dcb5d modul 3 anni fa
package.json 79c46dcb5d modul 3 anni fa

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