import * as automerge from "https://deno.land/x/automerge@2.2.2/counter.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. |
Functions
Returns an instance of |