limepot-xyz/BETA/mybulma/node_modules/is-core-module
LimePot 76722fec47 Beta Site
Going to slowly work on a Bulma site, which will end up being the main site.

Currently under the /BETA/ folder so Alpha site will still be main site.
2022-12-20 16:23:37 -07:00
..
test Beta Site 2022-12-20 16:23:37 -07:00
.eslintrc Beta Site 2022-12-20 16:23:37 -07:00
.nycrc Beta Site 2022-12-20 16:23:37 -07:00
CHANGELOG.md Beta Site 2022-12-20 16:23:37 -07:00
core.json Beta Site 2022-12-20 16:23:37 -07:00
index.js Beta Site 2022-12-20 16:23:37 -07:00
LICENSE Beta Site 2022-12-20 16:23:37 -07:00
package.json Beta Site 2022-12-20 16:23:37 -07:00
README.md Beta Site 2022-12-20 16:23:37 -07: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