UNPKG

@tanstack/db

Version:

A reactive client store for building super fast apps on sync

10 lines (9 loc) 444 B
export declare const INCLUDES_PUBLIC_KEY: unique symbol; export type RoutedScalarMetadata = { value: unknown; correlationKey: unknown; parentContext: unknown; publicKey: unknown; }; export declare function attachRouteMetadataToResult(value: unknown, correlationKey: unknown, parentContext: unknown, publicKey: unknown): unknown; export declare function getRoutedScalarMetadata(value: unknown): RoutedScalarMetadata | undefined;