UNPKG

@jsonjoy.com/json-type

Version:

High-performance JSON Pointer implementation

5 lines 305 B
import type { CompiledBinaryEncoder } from '../types'; import type { JsonValueCodec } from '@jsonjoy.com/json-pack/lib/codecs/types'; import type { Type } from '../../type'; export declare const getEncoder: (codec: JsonValueCodec, type: Type) => CompiledBinaryEncoder; //# sourceMappingURL=shared.d.ts.map