last (Functional Programming) es-toolkit
Creates a function that returns the last value of an array. Use it with pipe.
Info
Usage
last returns the last value in the piped array. If the array is empty, it returns undefined.
Parameters
This function takes no arguments; call it as last().
Returns
A function that maps a readonly T[] to its last value.
Source: es-toolkit
Re-exported verbatim from es-toolkit. Implementation, edge cases, and performance behavior are owned upstream. This page mirrors the documentation at the pinned version; the linked source is authoritative.