@dramaorg/aperiam-nostrum-iste

2.4.44 • 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.

Dependencies (23)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @dramaorg/aperiam-nostrum-iste

    Weekly Downloads

    3,394

    Version

    2.4.44

    License

    MIT

    Unpacked Size

    50.6 kB

    Total Files

    129

    Last publish

    Collaborators

    • vanthuanbt26