ArrayOfValidator
Table of contents
Public class
Signature
class ArrayOfValidator<T> extends Validator<T[]> {}
References
Source
packages/validate/src/lib/validation.ts
Constructor
Public constructor
Constructs a new instance of the ArrayOfValidator
class
Parameters
Name | Description |
---|---|
|
|
References
Properties
itemValidator
Public readonly property
Signature
readonly itemValidator: Validatable<T>
References
Methods
lengthGreaterThan1()
Public method
Signature
lengthGreaterThan1(): Validator<T[]>
References
nonEmpty()
Public method
Signature
nonEmpty(): Validator<T[]>
References