UNPKG

@typeofweb/schema

Version:

`@typeofweb/schema` is a lightweight and extensible library for data validation with full TypeScript support!

2 lines 332 B
export declare const minStringLength: <L extends number>(minLength: L) => <S extends import("../types").SomeSchema<string>>(schema?: S | undefined) => import("../types").SomeSchema<import("../types").Pretty<S["__type"] extends readonly (infer TypeOfSchemaElement)[] ? string : string>>; //# sourceMappingURL=minStringLength.d.ts.map