webpack/test/helpers/supportsAggregateError.js

6 lines
118 B
JavaScript
Raw Normal View History

"use strict";
2025-04-23 06:27:18 +08:00
module.exports = function supportsAggregateError() {
return typeof AggregateError !== "undefined";
};