loro-mirror
Version:
Type-safe state management synchronized with Loro CRDT via a declarative schema and bidirectional mirroring.
6 lines • 312 B
TypeScript
/**
* 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";
//# sourceMappingURL=index.d.ts.map