Icard/angular-clarity-master(work.../node_modules/is-core-module
realSnehal 400e0876de frontend 2024-07-16 20:25:36 +05:30
..
test frontend 2024-07-16 20:25:36 +05:30
.eslintrc frontend 2024-07-16 20:25:36 +05:30
.nycrc frontend 2024-07-16 20:25:36 +05:30
CHANGELOG.md frontend 2024-07-16 20:25:36 +05:30
LICENSE frontend 2024-07-16 20:25:36 +05:30
README.md frontend 2024-07-16 20:25:36 +05:30
core.json frontend 2024-07-16 20:25:36 +05:30
index.js frontend 2024-07-16 20:25:36 +05:30
package.json frontend 2024-07-16 20:25:36 +05:30

README.md

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