interface Sort {
    empty: boolean;
    sorted: boolean;
    unsorted: boolean;
}

Properties

Properties

empty: boolean
sorted: boolean
unsorted: boolean