eqPartial | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Function eqPartial

    • Compare specific cells of two values (partial, recursive)

      Type Parameters

      • T

      Parameters

      • expect: NoInfer<RecursivePartialTestable<T>>
      • actual: T

        Actual value

      • Optionalannotation: Annotation

        Message to display when the test fails

      Returns T

      T - The type of the values (both values are expected to be of the same type). This type is only inferred from the 'actual' parameter.