UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

7 lines 255 B
import { newInvariantError } from "../../utilities/globals/index.js"; export var checkFetcher = function (fetcher) { if (!fetcher && typeof fetch === "undefined") { throw newInvariantError(38); } }; //# sourceMappingURL=checkFetcher.js.map