Skip to content

Interface: SortedOptions<T>

Defined in: types.ts:7

Type Parameters

T

T

Properties

comparator?

optional comparator?: Comparator<T>

Defined in: types.ts:8

Released under the MIT License.