@apollo/client
Version:
A fully-featured caching GraphQL client.
7 lines • 326 B
TypeScript
import { invariant, newInvariantError, InvariantError } from "./invariantWrappers.js";
export { maybe } from "./maybe.js";
export { default as global } from "./global.js";
export { invariant, newInvariantError, InvariantError };
export declare const DEV: boolean;
export { DEV as __DEV__ };
//# sourceMappingURL=index.d.ts.map