@apollo/client
Version:
A fully-featured caching GraphQL client.
10 lines (9 loc) • 370 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.checkFetcher = void 0;
const invariant_1 = require("@apollo/client/utilities/invariant");
const checkFetcher = (fetcher) => {
(0, invariant_1.invariant)(fetcher || typeof fetch !== "undefined", 59);
};
exports.checkFetcher = checkFetcher;
//# sourceMappingURL=checkFetcher.cjs.map