Documentation Index
Fetch the complete documentation index at: https://kk-83bff226.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Signature
path=null start=null
Type Parameters
- T extends
{ [key: string]: string | number }- The type of the objects in the array.
Parameters
- arr:
T[]- The array to sort. - prop:
string- The property to sort by.
Returns
T[] - The sorted array.