standard-objects-aggregateerror
v1.0.0
Published
Standard built-in object AggregateError
Readme
standard-objects-aggregateerror
The standard built-in object AggregateError if it exists, otherwise undefined.
Part of the Standard Objects project.
Installation
npm install standard-objects-aggregateerrorUsage
const $AggregateError = require("standard-objects-aggregateerror")
const assert = require("assert")
assert($AggregateError === AggregateError)