UNPKG

255 BJavaScriptView Raw
1import { newInvariantError } from "../../utilities/globals/index.js";
2export var checkFetcher = function (fetcher) {
3 if (!fetcher && typeof fetch === "undefined") {
4 throw newInvariantError(38);
5 }
6};
7//# sourceMappingURL=checkFetcher.js.map
\No newline at end of file