$
This commit is contained in:
1
node_modules/@ungap/promise-all-settled/min.js
generated
vendored
Normal file
1
node_modules/@ungap/promise-all-settled/min.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
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}}}))};
|
Reference in New Issue
Block a user