UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

3 lines (2 loc) 155 B
import { type Path } from '@jsonjoy.com/json-pointer'; export declare const execTest: (path: Path, value: unknown, not: boolean, doc: unknown) => boolean;