4 lines
190 B
TypeScript

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