Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/automerge/index.ts>save

A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically.
Latest
function save
import { save } from "https://deno.land/x/automerge@2.2.2/index.ts";

Export the contents of a document to a compressed format

Parameters

doc: Doc<T>
  • The doc to save

The returned bytes can be passed to load or loadIncremental

Returns

Uint8Array