您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
zhoujie 72c6ce338e h5第一版 2 年前
..
test h5第一版 2 年前
.eslintrc Initial commit 2 年前
.nycrc Initial commit 2 年前
CHANGELOG.md h5第一版 2 年前
LICENSE h5第一版 2 年前
README.md h5第一版 2 年前
core.json h5第一版 2 年前
index.js h5第一版 2 年前
package.json h5第一版 2 年前

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