Type alias DirtyCheckComparator<State>

DirtyCheckComparator<State>: ((head, current) => boolean)

Type Parameters

  • State

Type declaration

    • (head, current): boolean
    • Parameters

      • head: State
      • current: State

      Returns boolean

Generated using TypeDoc