Function is

  • Assert two values are deep equal. Unlike strict equal comparison with ===, deep equal compares all properties of arrays and objects, including any cyclic references.

    Parameters

    • a: any
    • b: any
    • title: string = 'should be the same'

    Returns undefined | void

    Throws

    Assertion

Generated using TypeDoc