UNPKG

@jsonjoy.com/json-type

Version:

High-performance JSON Pointer implementation

5 lines 189 B
import { AbsType } from './AbsType'; import type * as schema from '../../schema'; export declare class BoolType extends AbsType<schema.BoolSchema> { } //# sourceMappingURL=BoolType.d.ts.map