schema.constraints.minlength.md
January 18, 2023 ยท View on GitHub
Home > @datashaper/schema > Constraints > minLength
Constraints.minLength property
For strings or arrays, this is the minimum allowed length of values.
Signature:
minLength?: number;
January 18, 2023 ยท View on GitHub
Home > @datashaper/schema > Constraints > minLength
For strings or arrays, this is the minimum allowed length of values.
Signature:
minLength?: number;