@teamteanpm2024/nemo-hic-esse
v1.0.5
Published
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][5]][6] [![dev dependency status][7]][8] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
Downloads
12
Maintainers
Keywords
Readme
@teamteanpm2024/nemo-hic-esse
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('@teamteanpm2024/nemo-hic-esse');
var assert = require('assert');
assert(isCore('fs'));
assert(!isCore('butts'));
Tests
Clone the repo, npm install
, and run npm test