@terascope/data-mate / function-configs/string/isLength / IsLengthArgs
Interface: IsLengthArgs
Defined in: data-mate/src/function-configs/string/isLength.ts:9
Properties
Property | Modifier | Type | Description | Defined in |
---|---|---|---|---|
max? | readonly | number | - | data-mate/src/function-configs/string/isLength.ts:13 |
min? | readonly | number | - | data-mate/src/function-configs/string/isLength.ts:12 |
size? | readonly | number | Check to see if it exactly matches size | data-mate/src/function-configs/string/isLength.ts:11 |