1.0.5 • Published 2 years ago
@teamteanpm2024/nemo-hic-esse v1.0.5
@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
