(validators: (ValidatorFn | null | undefined)[] | null)
| 444 | static compose(validators: null): null; |
| 445 | static compose(validators: (ValidatorFn | null | undefined)[]): ValidatorFn | null; |
| 446 | static compose(validators: (ValidatorFn | null | undefined)[] | null): ValidatorFn | null { |
| 447 | return compose(validators); |
| 448 | } |
| 449 | |
| 450 | /** |
| 451 | * @description |
no test coverage detected