Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
Dailin 415ba84223 pre0115 3 лет назад
..
.github pre0115 删除 3 лет назад
test pre0115 删除 3 лет назад
.eslintrc pre0115 3 лет назад
.travis.yml pre0115 3 лет назад
CHANGELOG.md pre0115 3 лет назад
LICENSE pre0115 3 лет назад
README.md pre0115 3 лет назад
core.json pre0115 3 лет назад
index.js pre0115 3 лет назад
package.json pre0115 3 лет назад

README.md

is-core-module Version Badge

Build Status 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