UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

6 lines (5 loc) 211 B
import { invariant } from "@apollo/client/utilities/invariant"; export const checkFetcher = (fetcher) => { invariant(fetcher || typeof fetch !== "undefined", 59); }; //# sourceMappingURL=checkFetcher.js.map