選択できるのは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