icon-file-directory"> supports-preserve-symlinks-flag 30f7226d9a first commit 3 yıl önce tailwind-color-palette 30f7226d9a first commit 3 yıl önce tailwindcss 30f7226d9a first commit 3 yıl önce thenify 30f7226d9a first commit 3 yıl önce thenify-all 30f7226d9a first commit 3 yıl önce to-regex-range 30f7226d9a first commit 3 yıl önce tr46 30f7226d9a first commit 3 yıl önce ts-interface-checker 30f7226d9a first commit 3 yıl önce uglify-js 30f7226d9a first commit 3 yıl önce underscore 30f7226d9a first commit 3 yıl önce upper-case 30f7226d9a first commit 3 yıl önce util-deprecate 30f7226d9a first commit 3 yıl önce valid-data-url 30f7226d9a first commit 3 yıl önce web-resource-inliner 30f7226d9a first commit 3 yıl önce webidl-conversions 30f7226d9a first commit 3 yıl önce whatwg-url 30f7226d9a first commit 3 yıl önce wrap-ansi 30f7226d9a first commit 3 yıl önce wrappy 30f7226d9a first commit 3 yıl önce y18n 30f7226d9a first commit 3 yıl önce yallist 30f7226d9a first commit 3 yıl önce yaml 30f7226d9a first commit 3 yıl önce yargs 30f7226d9a first commit 3 yıl önce yargs-parser 30f7226d9a first commit 3 yıl önce .yarn-integrity 30f7226d9a first commit 3 yıl önce tmt/tiger_frontend - Gogs: Simplico Git Service

Nenhuma Descrição

golf 77628cf8bf first comm 3 anos atrás
..
test 77628cf8bf first comm 3 anos atrás
.eslintrc 77628cf8bf first comm 3 anos atrás
.nycrc 77628cf8bf first comm 3 anos atrás
CHANGELOG.md 77628cf8bf first comm 3 anos atrás
LICENSE 77628cf8bf first comm 3 anos atrás
README.md 77628cf8bf first comm 3 anos atrás
core.json 77628cf8bf first comm 3 anos atrás
index.js 77628cf8bf first comm 3 anos atrás
package.json 77628cf8bf first comm 3 anos atrás

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