Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura
christian 4571a14169 android fix il y a 3 ans
..
.github android fix il y a 3 ans
test android fix il y a 3 ans
.eslintignore android fix il y a 3 ans
.eslintrc android fix il y a 3 ans
.nycrc android fix il y a 3 ans
CHANGELOG.md android fix il y a 3 ans
LICENSE android fix il y a 3 ans
README.md android fix il y a 3 ans
core.json android fix il y a 3 ans
index.js android fix il y a 3 ans
package.json android fix il y a 3 ans

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