Skip to main content
Module

x/automerge/stable.ts>deleteAt

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

Function for use in change which deletes values from a list at a given index

Parameters

list: T[]
index: number
optional
numDelete: number