UNPKG

loro-mirror

Version:

Type-safe state management synchronized with Loro CRDT via a declarative schema and bidirectional mirroring.

13 lines (11 loc) 298 B
/** * Core mirroring functionality for syncing application state with Loro CRDT */ export { Mirror, SyncDirection, toNormalizedJson } from "./mirror"; export type { InferContainerOptions, MirrorOptions, SetStateOptions, SubscriberCallback, UpdateMetadata, } from "./mirror";