is-core-module
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/is-core-module package

2.13.1 • Public • Published

is-core-module Version Badge

github actions coverage dependency status dev dependency status License Downloads

npm badge

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('is-core-module');
var assert = require('assert');
assert(isCore('fs'));
assert(!isCore('butts'));

Tests

Clone the repo, npm install, and run npm test

/is-core-module/

    Package Sidebar

    Install

    npm i is-core-module

    Weekly Downloads

    45,797,075

    Version

    2.13.1

    License

    MIT

    Unpacked Size

    30.2 kB

    Total Files

    9

    Last publish

    Collaborators

    • ljharb