UNPKG

@jsonjoy.com/json-type

Version:

High-performance JSON Pointer implementation

6 lines 270 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; }>; //# sourceMappingURL=types.d.ts.map