@dramaorg/aperiam-nostrum-iste

1.1.20 • Public • Published

@dramaorg/aperiam-nostrum-iste Version Badge

github actions coverage License Downloads

npm badge

A simple cache for a few of the JS Error constructors.

Example

const assert = require('assert');

const Base = require('@dramaorg/aperiam-nostrum-iste');
const Eval = require('@dramaorg/aperiam-nostrum-iste/eval');
const Range = require('@dramaorg/aperiam-nostrum-iste/range');
const Ref = require('@dramaorg/aperiam-nostrum-iste/ref');
const Syntax = require('@dramaorg/aperiam-nostrum-iste/syntax');
const Type = require('@dramaorg/aperiam-nostrum-iste/type');
const URI = require('@dramaorg/aperiam-nostrum-iste/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.

Package Sidebar

Install

npm i @dramaorg/aperiam-nostrum-iste

Weekly Downloads

5,727

Version

1.1.20

License

MIT

Unpacked Size

9.89 kB

Total Files

12

Last publish

Collaborators

  • vanthuanbt26