UNPKG

json-crdt-repo

Version:

JSON CRDT server and syncing local-first browser client

3 lines (2 loc) 166 B
import { type Observable } from 'rxjs'; export declare const shareByKey: <TValue>(sub: (key: string) => Observable<TValue>) => ((key: string) => Observable<TValue>);