UNPKG

@alexaegis/common

Version:
4 lines 132 B
export declare type Expand<T> = T extends infer O ? { [K in keyof O]: O[K]; } : never; //# sourceMappingURL=expand.type.d.ts.map