UNPKG

@jsonjoy.com/json-pointer

Version:

High-performance JSON Pointer implementation

4 lines (3 loc) 190 B
import type { Path } from './types'; export declare const validateJsonPointer: (pointer: string | Path | unknown) => void; export declare const validatePath: (path: Path | unknown) => void;