type NonEmptyArray<T> = [T, ...Array<T>];

export type { NonEmptyArray as N };
