陈鹏铭 25c6cf8178 苏南产业园 管理端 第一次提交 пре 1 година
..
test 25c6cf8178 苏南产业园 管理端 第一次提交 пре 1 година
.eslintrc 25c6cf8178 苏南产业园 管理端 第一次提交 пре 1 година
.nycrc 25c6cf8178 苏南产业园 管理端 第一次提交 пре 1 година
CHANGELOG.md 25c6cf8178 苏南产业园 管理端 第一次提交 пре 1 година
LICENSE 25c6cf8178 苏南产业园 管理端 第一次提交 пре 1 година
README.md 25c6cf8178 苏南产业园 管理端 第一次提交 пре 1 година
core.json 25c6cf8178 苏南产业园 管理端 第一次提交 пре 1 година
index.js 25c6cf8178 苏南产业园 管理端 第一次提交 пре 1 година
package.json 25c6cf8178 苏南产业园 管理端 第一次提交 пре 1 година

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