UNPKG

remeda

Version:

A utility library for JavaScript and Typescript.

4 lines (2 loc) 79 B
type NonEmptyArray<T> = [T, ...Array<T>]; export type { NonEmptyArray as N };