Function StringifyComparer

  • Compares two values by converting them to json and then comparing the two json strings.

    Type Parameters

    • T

    Parameters

    • x: T

      left value

    • y: T

      right value

    Returns boolean

    Whether or not the two values produce equal JSON

Generated using TypeDoc