pleshevski.ru/global.ts
Dmitriy Pleshevskiy 406429cbb5
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
move works to the module
2023-06-20 16:30:27 +03:00

2 lines
44 B
TypeScript

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