mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-08 19:34:56 +02:00
9 lines
219 B
JavaScript
9 lines
219 B
JavaScript
'use strict';
|
|
// TODO: remove from `core-js@4`
|
|
require('../modules/esnext.aggregate-error');
|
|
|
|
var parent = require('../es/aggregate-error');
|
|
require('../modules/web.dom-collections.iterator');
|
|
|
|
module.exports = parent;
|