Function shallowEquals

  • A shallow equals function that performs shallow equals on records or arrays and else falls back to strict equals.

    Type Parameters

    • T

    Parameters

    • a: T
    • b: T

    Returns boolean

Generated using TypeDoc