Sort
Helper functions that have to do with sorting.
Functions
Section titled “Functions”sortCaseInsensitive()
Section titled “sortCaseInsensitive()”function sortCaseInsensitive(array): readonly string[];Defined in: functions/sort.ts:14
Helper function to perform a case insensitive sort. This will copy the provided array and return the sorted copy.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
array |
readonly string[] |
Returns
Section titled “Returns”readonly string[]
