import mergeWithOrg from 'lodash.mergewith'; // now our merge does not change any of our input export function mergeWith(...rest: Array): T { return mergeWithOrg({}, ...rest); }