Skip to content

unctionjs/initial

Repository files navigation

@unction/initial

Tests Stability Dependencies

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

Returns all but the last item in an ordered list.

initial([1, 2, 3]) // [1, 2]
initial("abc") // "ab"

About

No description, website, or topics provided.

Resources

License

Unknown, ISC licenses found

Licenses found

Unknown
LICENSE
ISC
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published