Checks if a value satisfies any of the provided type guards.
The value to check
Array of type guards to validate against
True if the value satisfies at least one guard; false otherwise
Checks if a value satisfies any of the provided type guards.