UNPKG

@apollo/client-react-streaming

Version:

This package provides building blocks to create framework-level integration of Apollo Client with React's streaming SSR. See the [@apollo/client-integration-nextjs](https://github.com/apollographql/apollo-client-integrations/tree/main/packages/nextjs) pac

6 lines 261 B
import type { bundle } from "./bundleInfo.js"; import { sourceSymbol } from "./bundleInfo.js"; export declare function assertInstance(value: { [sourceSymbol]?: string; }, info: typeof bundle, name: string): void; //# sourceMappingURL=assertInstance.d.ts.map