UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

11 lines (10 loc) 215 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.maybe = maybe; function maybe(thunk) { try { return thunk(); } catch { } } //# sourceMappingURL=maybe.cjs.map