animate/webGl/my-threejs-test/node_modules/is-core-module
Sam 907ebae4c0 larry babby and threejs for glsl 2024-06-24 21:24:00 +12:00
..
test larry babby and threejs for glsl 2024-06-24 21:24:00 +12:00
.eslintrc larry babby and threejs for glsl 2024-06-24 21:24:00 +12:00
.nycrc larry babby and threejs for glsl 2024-06-24 21:24:00 +12:00
CHANGELOG.md larry babby and threejs for glsl 2024-06-24 21:24:00 +12:00
LICENSE larry babby and threejs for glsl 2024-06-24 21:24:00 +12:00
README.md larry babby and threejs for glsl 2024-06-24 21:24:00 +12:00
core.json larry babby and threejs for glsl 2024-06-24 21:24:00 +12:00
index.js larry babby and threejs for glsl 2024-06-24 21:24:00 +12:00
package.json larry babby and threejs for glsl 2024-06-24 21:24:00 +12:00

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