![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | test/ | a year ago | - | |
![]() | CHANGELOG.md | a year ago | 13K | |
![]() | LICENSE | a year ago | 1.1K | |
![]() | README.md | a year ago | 1.6K | 595aea1 more query options + view options [كارل مبارك] |
![]() | core.json | a year ago | 5.6K | |
![]() | index.js | a year ago | 1.7K | |
![]() | package.json | a year ago | 1.8K | afd0ccc remove unused [كارل مبارك] |
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