@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
8 lines • 326 B
TypeScript
/**
* Stringifies a value to be injected into JavaScript "text" - preserves `undefined` values.
*/
export declare function stringify(value: any): string;
export declare function revive(value: any): any;
export type Stringify = typeof stringify;
export type Revive = typeof revive;
//# sourceMappingURL=serialization.d.ts.map