Skip to content

unctionjs/first

Repository files navigation

@unction/first

Tests Stability Dependencies

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

Returns the first item of an ordered list.

first([1, 2, 3]) // 1
first("abc") // "a"