UNPKG

@jsonjoy.com/json-type

Version:

High-performance JSON Pointer implementation

10 lines 414 B
import { AbsType } from './AbsType'; import type * as schema from '../../schema'; export declare class NumType extends AbsType<schema.NumSchema> { format(format: schema.NumSchema['format']): this; gt(gt: schema.NumSchema['gt']): this; gte(gte: schema.NumSchema['gte']): this; lt(lt: schema.NumSchema['lt']): this; lte(lte: schema.NumSchema['lte']): this; } //# sourceMappingURL=NumType.d.ts.map