UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

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