@apollo/client
Version:
A fully-featured caching GraphQL client.
8 lines • 293 B
TypeScript
import { invariant, InvariantError } from "ts-invariant";
import DEV from "./DEV";
export { DEV };
export declare function checkDEV(): void;
export { maybe } from "./maybe";
export { default as global } from "./global";
export { invariant, InvariantError };
//# sourceMappingURL=index.d.ts.map