/ c4f / front / node_modules / is-core-module /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]test/8 months ago -  
[TXT]CHANGELOG.md8 months ago 13K 
[   ]LICENSE8 months ago1.1K 
[TXT]README.md8 months ago1.6K 
[   ]core.json8 months ago5.6K 
[   ]index.js8 months ago1.7K 
[   ]package.json8 months ago1.8K 
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

Apache/2.4.38 (Debian) Server at www.karls.computer Port 80