![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | test/ | 2 years ago | - | |
![]() | CHANGELOG.md | 40 years ago | 5.5K | |
![]() | LICENSE | 40 years ago | 1.1K | |
![]() | README.md | 40 years ago | 1.2K | d768d73 docs [كارل مبارك] |
![]() | core.json | 40 years ago | 3.9K | |
![]() | index.js | 40 years ago | 1.7K | 3e510ca test new git [كارل مبارك] |
![]() | package.json | 2 years ago | 2.6K | 3e510ca test new git [كارل مبارك] |
Is this specifier a node.js core module? Optionally provide a node version to check; defaults to the current node version.
var isCore = require('is-core-module');
var assert = require('assert');
assert(isCore('fs'));
assert(!isCore('butts'));
Clone the repo, npm install
, and run npm test