UNPKG

@triplit/client

Version:
3 lines (2 loc) 159 B
import { ValueCursor } from '@triplit/db'; export declare function compareCursors(cursor1: ValueCursor | undefined, cursor2: ValueCursor | undefined): number;