Takaro - v0.4.11
    Preparing search index...

    Function conformsTo

    • Checks if object conforms to source by invoking the predicate properties of source with the corresponding property values of object.

      Note: This method is equivalent to _.conforms when source is partially applied.

      Type Parameters

      • T

      Parameters

      • object: T
      • source: ConformsPredicateObject<T>

      Returns boolean