UNPKG

ts-essentials

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