devserver ba7593fe63 初始化静态工具 před 2 roky
..
test ba7593fe63 初始化静态工具 před 2 roky
.eslintrc ba7593fe63 初始化静态工具 před 2 roky
.nycrc ba7593fe63 初始化静态工具 před 2 roky
CHANGELOG.md ba7593fe63 初始化静态工具 před 2 roky
LICENSE ba7593fe63 初始化静态工具 před 2 roky
README.md ba7593fe63 初始化静态工具 před 2 roky
core.json ba7593fe63 初始化静态工具 před 2 roky
index.js ba7593fe63 初始化静态工具 před 2 roky
package.json ba7593fe63 初始化静态工具 před 2 roky

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