UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

5 lines 164 B
export function preventUnhandledRejection(promise) { promise.catch(function () { }); return promise; } //# sourceMappingURL=preventUnhandledRejection.js.map