mirror of https://github.com/webpack/webpack.git
4 lines
103 B
JavaScript
4 lines
103 B
JavaScript
|
module.exports = function supportsAggregateError() {
|
||
|
return typeof AggregateError !== "undefined";
|
||
|
};
|