pleshevski.ru/old/global.ts

1 line
44 B
TypeScript

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