Ви не можете вибрати більше 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