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

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