• Test equality between two value whatever their type, object and array included

    Parameters

    • a: any
    • b: any
    • Optional seen: WeakMap<object, any>

    Returns boolean