/ never-odd-or-even / back / node_modules / is-core-module /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]test/2 years ago -  
[   ]package.json2 years ago2.8K 
[   ]index.js40 years ago1.7K 
[   ]core.json40 years ago5.6K 
[TXT]README.md40 years ago1.6K 
[   ]LICENSE40 years ago1.1K 
[TXT]CHANGELOG.md40 years ago 12K 
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