The array of objects to sort.
The name of the property to sort by.
true if you want to sort in ascending order, false if you want to sort in descending order
An array of objects sorted by the propertyName
Generated using TypeDoc version 0.22.15, the 4/20/2022
It takes an array of objects, a property name, and a boolean, and returns a sorted array of objects