@bobyzgirlllnpm/repellendus-nam-provident
v1.0.0
Published
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
Downloads
3
Maintainers
Keywords
Readme
@bobyzgirlllnpm/repellendus-nam-provident
A simple cache for a few of the JS Error constructors.
Example
const assert = require('assert');
const Base = require('@bobyzgirlllnpm/repellendus-nam-provident');
const Eval = require('@bobyzgirlllnpm/repellendus-nam-provident/eval');
const Range = require('@bobyzgirlllnpm/repellendus-nam-provident/range');
const Ref = require('@bobyzgirlllnpm/repellendus-nam-provident/ref');
const Syntax = require('@bobyzgirlllnpm/repellendus-nam-provident/syntax');
const Type = require('@bobyzgirlllnpm/repellendus-nam-provident/type');
const URI = require('@bobyzgirlllnpm/repellendus-nam-provident/uri');
assert.equal(Base, Error);
assert.equal(Eval, EvalError);
assert.equal(Range, RangeError);
assert.equal(Ref, ReferenceError);
assert.equal(Syntax, SyntaxError);
assert.equal(Type, TypeError);
assert.equal(URI, URIError);
Tests
Simply clone the repo, npm install
, and run npm test
Security
Please email @ljharb or see https://tidelift.com/security if you have a potential security vulnerability to report.