UNPKG

@jsonjoy.com/json-type

Version:

High-performance JSON Pointer implementation

8 lines (7 loc) 293 B
import type * as schema from '../../schema'; import { AbsType } from './AbsType'; export declare class StrType extends AbsType<schema.StrSchema> { format(format: schema.StrSchema['format']): this; min(min: schema.StrSchema['min']): this; max(max: schema.StrSchema['max']): this; }