UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

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