UNPKG

@jsonjoy.com/json-type

Version:

High-performance JSON Pointer implementation

6 lines (5 loc) 235 B
import type { BinaryJsonEncoder } from '@jsonjoy.com/json-pack/lib/types'; export type CompiledBinaryEncoder = (value: unknown, encoder: BinaryJsonEncoder) => void; export type SchemaPath = Array<string | number | { r: string; }>;