UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

3 lines (2 loc) 119 B
import type { Path } from '@jsonjoy.com/json-pointer'; export declare const comparePath: (a: Path, b: Path) => number;