• Returns if any of the thing is valid.

    Type Parameters

    • T

    Parameters

    • ts: Iterable<T>

      list of things

    • pred: ((t) => boolean) = exists

      function to check if a thing is valid

        • (t): boolean
        • Parameters

          • t: T

          Returns boolean

    Returns boolean

    if any is valid

Generated using TypeDoc