UNPKG

ts-essentials

Version:

All essential TypeScript types in one place

2 lines (1 loc) 86 B
export declare type Merge<Object1, Object2> = Omit<Object1, keyof Object2> & Object2;