UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

4 lines (3 loc) 224 B
import { type Path } from '@jsonjoy.com/json-pointer'; export declare const bumpArrayPath: (path1: Path, path2: Path) => undefined | Path; export declare const lowerArrayPath: (path1: Path, path2: Path) => undefined | Path;