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