UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

7 lines 120 B
export function maybe(thunk) { try { return thunk(); } catch { } } //# sourceMappingURL=maybe.js.map