Function genericEqual

  • This is a comparator function for the snapshots. They are either string, number, boolean, array, or objects. No date, moment, or custom classes involved here.

    Parameters

    • a: any
    • b: any

    Returns boolean

Generated using TypeDoc