UNPKG

@jsonjoy.com/json-pointer

Version:

High-performance JSON Pointer implementation

4 lines (3 loc) 178 B
import type { JavaScript } from '@jsonjoy.com/codegen'; import type { Path } from '../types'; export declare const $$find: (path: Path) => JavaScript<(doc: unknown) => unknown>;