/** * Polyfill of the standard {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AggregateError | AggregateError} class. * * @packageDocumentation */ export { AggregateError as default } from "./dist/index.d";