Files
lixiyu-net/types/utils.type.ts

2 lines
44 B
TypeScript
Raw Normal View History

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