length (Functional Programming) es-toolkit
Creates a function that returns the length of an array. Use it with pipe.
Info
This helper is specific to es-toolkit/fp. Use it when you want this operation as part of a pipe pipeline.
Usage
length returns the number of values in the piped array.
Parameters
This function takes no arguments; call it as length().
Returns
A function that maps a readonly T[] to its length.
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.