parcoursup/node_modules/@ungap/promise-all-settled/min.js
lalBi94 7bc56c09b5 $
2023-03-05 13:23:23 +01:00

1 line
248 B
JavaScript

var allSettled=Promise.allSettled||function(t){"use strict";var e=this;return e.all(t.map(function(t){return e.resolve(t).then(this.$,this._)},{$:function(t){return{status:"fulfilled",value:t}},_:function(t){return{status:"rejected",reason:t}}}))};