/** * Proxy object if environment supported */ export default function proxyObject(obj: Obj, extendProps: ExtendObj): Obj & ExtendObj;