@jsonjoy.com/json-type
Version:
High-performance JSON Pointer implementation
8 lines • 330 B
TypeScript
import { AbsType } from './AbsType';
import type * as schema from '../../schema';
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;
}
//# sourceMappingURL=StrType.d.ts.map