25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
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