• Creates a function that invokes the predicate properties of source with the corresponding property values of a given object, returning true if all predicates return truthy, else false.

    Type Parameters

    • T

    Parameters

    • source: ConformsPredicateObject<T>

    Returns ((value) => boolean)

      • (value): boolean
      • Creates a function that invokes the predicate properties of source with the corresponding property values of a given object, returning true if all predicates return truthy, else false.

        Parameters

        • value: T

        Returns boolean

Generated using TypeDoc