- Preparing search index...
- The search index is not available
@vangware/cron
- validateOr(...validations: readonly ((value: unknown) => boolean)[]): ((value: unknown) => boolean)
-
Parameters
-
Rest
...validations: readonly ((value: unknown) => boolean)[]
Returns ((value: unknown) => boolean)
-
- (value: unknown): boolean
-
Returns boolean
Run several validations in the same string, true if any is true.
Example
Returns
Curried function with
validations
in context.