Skip to content

unctionjs/last

Repository files navigation

@unction/last

Tests Stability Dependencies

OrderedArray | Set | Record<string | number | symbol, B> | Map<B, A> | string => A

Returns the last item of an ordered list.

last([1, 2, 3]) // 3
last("abc") // "c"