Returns the first element in an iterable.
The first element found or undefined if iterable is empty.
The iterable to inspect.
Generated using TypeDoc
Returns the first element in an iterable.
Returns
The first element found or undefined if iterable is empty.