UNPKG

merge-anything

Version:

Merge objects & other types recursively. A simple & small integration.

5 lines (4 loc) 190 B
export {}; // import { Timestamp } from '../../test/Timestamp' // type T1 = { b: string } & { nested: { props: number[] } } & { date: Timestamp[]; d: any[] } // type Test1 = PrettyPrint<T1>