UNPKG

@tanstack/db

Version:

A reactive client store for building super fast apps on sync

3 lines (2 loc) 270 B
import { KeyedStream } from '../../types.js'; export declare function crossJoinParentRoutes(input: KeyedStream, parentKeyStream: KeyedStream, assemble: (rowKey: unknown, row: unknown, correlationKey: unknown, parentContext: unknown) => [unknown, unknown]): KeyedStream;