Standard built-in object AggregateError
npm install standard-objects-aggregateerrorstandard-objects-aggregateerrorAggregateError if it exists, otherwise undefined.Part of the Standard Objects project.
bash
npm install standard-objects-aggregateerror
`Usage
`javascript
const $AggregateError = require("standard-objects-aggregateerror")
const assert = require("assert")
assert($AggregateError === AggregateError)
``