UNPKG

@jsonjoy.com/json-pointer

Version:

High-performance JSON Pointer implementation

3 lines (2 loc) 151 B
import type { Reference } from '../find'; export declare const findByPointer: (pointer: string, val: unknown) => [Reference["obj"], Reference["key"]];