Skip to main content

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
last<T>(arr: T[]): T

Type Parameters

  • T

Parameters

  • arr: T[] - The array to get the last element from.

Returns

T - The last element of the array.

Source

Defined in array.ts:15