UNPKG

slonik-trpc

Version:
3 lines (2 loc) 149 B
export declare const toCursor: (ids: Record<string, string>) => string; export declare const fromCursor: (cursor: string) => Record<string, string>;