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
Parameters
- arr:
T[]- The array from which to extract elements. - n:
number- The number of elements to extract from the start of the array.
Returns
T[] - A new array containing the first ‘n’ elements from the input array.