Function shallowEqual

  • Performs a shallow comparison of two objects or arrays to check if they have the same keys, length and values.

    Returns

    true if the objects are considered equal.

    See

    deepEqual

    Parameters

    • obj: any
    • other: any

    Returns boolean

Generated using TypeDoc