sendou.ink/lib/types.ts
2020-11-15 14:24:58 +02:00

2 lines
57 B
TypeScript

export type Unpacked<T> = T extends (infer U)[] ? U : T;