UNPKG

@jsonjoy.com/json-type

Version:

High-performance JSON Pointer implementation

8 lines 308 B
import { AbsType } from './AbsType'; import type * as schema from '../../schema'; export declare class ConType<V = any> extends AbsType<schema.ConSchema<V>> { literal(): V; getOptions(): schema.Optional<schema.ConSchema<V>>; toString(tab?: string): string; } //# sourceMappingURL=ConType.d.ts.map