UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

4 lines (3 loc) 183 B
import type { AbstractRga, Chunk } from './AbstractRga'; /** Find the first visible chunk, if any. */ export declare const firstVis: <T>(rga: AbstractRga<T>) => Chunk<T> | undefined;