is-core-module
Advanced tools
Weekly downloads
Changelog
Readme
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
FAQs
Is this specifier a node.js core module?
The npm package is-core-module receives a total of 36,385,869 weekly downloads. As such, is-core-module popularity was classified as popular.
We found that is-core-module demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.