UNPKG

@jsonjoy.com/json-type

Version:

High-performance JSON Pointer implementation

5 lines (4 loc) 135 B
export type JsonTypeValidator = (value: unknown) => unknown; export type ValidationPath = Array<string | number | { r: string; }>;