Skip to main content
Module

x/automerge/stable.ts>Text#findIndex

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

Parameters

test: (v: Value) => boolean

Returns

number | undefined