import * as automerge from "https://deno.land/x/automerge@2.2.2/types.ts";
Classes
The most basic CRDT: an integer value that can be changed only by incrementing and decrementing. Since addition of integers is commutative, the value trivially converges. | |
c Int | |
c Text | |
c Uint |
Type Aliases
T Doc | An automerge document. |
T Mark | |
Callback which is called by various methods in this library to notify the user of what changes have been made. | |