pleshevski.ru/global.ts

2 lines
44 B
TypeScript
Raw Normal View History

2023-06-20 16:30:27 +03:00
export type NonEmptyArray<T> = [T, ...T[]];