zhouhuanfeng_0225302 e771f364e3 feat:consult for mentality agent 8 месяцев назад
..
test e771f364e3 feat:consult for mentality agent 8 месяцев назад
.eslintrc e771f364e3 feat:consult for mentality agent 8 месяцев назад
.nycrc e771f364e3 feat:consult for mentality agent 8 месяцев назад
CHANGELOG.md e771f364e3 feat:consult for mentality agent 8 месяцев назад
LICENSE e771f364e3 feat:consult for mentality agent 8 месяцев назад
README.md e771f364e3 feat:consult for mentality agent 8 месяцев назад
core.json e771f364e3 feat:consult for mentality agent 8 месяцев назад
index.js e771f364e3 feat:consult for mentality agent 8 месяцев назад
package.json e771f364e3 feat:consult for mentality agent 8 месяцев назад

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