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