Left Curve Software Stack
    Preparing search index...

    Function assertDeepEqual

    • A deep equality checker that works for objects, arrays, and primitives. It is based on the fast-deep-equal package, but with some modifications.

      Parameters

      • a: any

        The first value to compare.

      • b: any

        The second value to compare.

      Returns boolean

      true if the values are deeply equal, false otherwise. Forked from https://github.com/epoberezkin/fast-deep-equal