nwex.de/util/guards.ts

1 line
44 B
TypeScript

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