Function: minLength()
Imported from
@react-logic/utilsminLength<
N>(n,message?,name?):ValidatorEntry<string> &object
Defined in: utils/src/lib/forms-validators.ts:49
String length must be ≥ n. Pairs with the minLength HTML attribute.
Type Parameters
N
N extends string = "minLength"
Parameters
Returns
ValidatorEntry<string> & object