quetch / sortItemList
sortItemList<
T
>(orderList
,value
,settings
?): readonlyT
[]
Sorts provided value
array according to the orderList
.
• T
undefined
| readonly Order
<T
>[]
readonly T
[]
The array to sort.
Optional query settings.
readonly T
[]
A new sorted array.