Can be used to sort arrays containing objects by a property of said objects Can also be used to sort plain objects, containing other objects in the same way
the list to sort
The property of the child objects to sort by
If set to true the result will be sorted descending instead of the default which is ascending
Generated using TypeDoc
Can be used to sort arrays containing objects by a property of said objects Can also be used to sort plain objects, containing other objects in the same way