1 line
44 B
TypeScript
1 line
44 B
TypeScript
export type NonEmptyArray<T> = [T, ...T[]];
|
export type NonEmptyArray<T> = [T, ...T[]];
|