module.exports = function supportsAggregateError() {
return typeof AggregateError !== "undefined";
};