UNPKG

78 BTypeScriptView Raw
1export type Expand<T> = T extends infer O ? { [K in keyof O]: O[K] } : never;