UNPKG

263 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.suppressUnhandledRejection = suppressUnhandledRejection;
7function suppressUnhandledRejection(p) {
8 p.catch(Function.prototype);
9 return p;
10}
11//# sourceMappingURL=util.js.map
\No newline at end of file