webpack/test/helpers/supportsAggregateError.js

6 lines
118 B
JavaScript

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