UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

4 lines (3 loc) 183 B
import { type Path } from '@jsonjoy.com/json-pointer'; import type { JsonNode } from '../../nodes'; export declare const find: (startNode: JsonNode, path: string | Path) => JsonNode;