ryanemax c30f18a9e0 feat: face feat68 model 3 mēneši atpakaļ
..
test c30f18a9e0 feat: face feat68 model 3 mēneši atpakaļ
.eslintrc c30f18a9e0 feat: face feat68 model 3 mēneši atpakaļ
.nycrc c30f18a9e0 feat: face feat68 model 3 mēneši atpakaļ
CHANGELOG.md c30f18a9e0 feat: face feat68 model 3 mēneši atpakaļ
LICENSE c30f18a9e0 feat: face feat68 model 3 mēneši atpakaļ
README.md c30f18a9e0 feat: face feat68 model 3 mēneši atpakaļ
core.json c30f18a9e0 feat: face feat68 model 3 mēneši atpakaļ
index.js c30f18a9e0 feat: face feat68 model 3 mēneši atpakaļ
package.json c30f18a9e0 feat: face feat68 model 3 mēneši atpakaļ

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