UNPKG

@jsonjoy.com/json-pointer

Version:

High-performance JSON Pointer implementation

3 lines (2 loc) 114 B
import type { Path } from './types'; export declare const get: (val: unknown, path: Path) => unknown | undefined;