source:
node_modules/core-js-pure/full/promise/all-settled.js@
d24f17c
Last change on this file since d24f17c was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 185 bytes |
Line | |
---|---|
1 | 'use strict'; |
2 | // TODO: Remove from `core-js@4` |
3 | require('../../modules/esnext.promise.all-settled'); |
4 | |
5 | var parent = require('../../actual/promise/all-settled'); |
6 | |
7 | module.exports = parent; |
Note:
See TracBrowser
for help on using the repository browser.