Skip to main content
Module

x/automerge/next_types.ts

A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically.
Go to Latest
import * as automerge from "https://deno.land/x/automerge@2.2.0/next_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.

Type Aliases

An automerge document.

Callback which is called by various methods in this library to notify the user of what changes have been made.