trouble-in-terror-town/node_modules/is-core-module
Mikolaj 2bbacbea09 did some more work on networking and removed EOS in favor of LRM
did some more work on networking and removed EOS in favor of Light Reflective Mirror
2022-05-31 15:04:31 +02:00
..
test did some more work on networking and removed EOS in favor of LRM 2022-05-31 15:04:31 +02:00
.eslintrc did some more work on networking and removed EOS in favor of LRM 2022-05-31 15:04:31 +02:00
.nycrc did some more work on networking and removed EOS in favor of LRM 2022-05-31 15:04:31 +02:00
CHANGELOG.md did some more work on networking and removed EOS in favor of LRM 2022-05-31 15:04:31 +02:00
core.json did some more work on networking and removed EOS in favor of LRM 2022-05-31 15:04:31 +02:00
index.js did some more work on networking and removed EOS in favor of LRM 2022-05-31 15:04:31 +02:00
LICENSE did some more work on networking and removed EOS in favor of LRM 2022-05-31 15:04:31 +02:00
package.json did some more work on networking and removed EOS in favor of LRM 2022-05-31 15:04:31 +02:00
README.md did some more work on networking and removed EOS in favor of LRM 2022-05-31 15:04:31 +02:00

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