/ student-intifada / node_modules / is-core-module /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]test/a year ago -  
[TXT]CHANGELOG.mda year ago 13K 
[   ]LICENSEa year ago1.1K 
[TXT]README.mda year ago1.6K595aea1 more query options + view options [كارل مبارك]
[   ]core.jsona year ago5.6K 
[   ]index.jsa year ago1.7K 
[   ]package.jsona year ago1.8Kafd0ccc remove unused [كارل مبارك]
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