/** * Returns a sanitized version of an object by recursively unwrapping the Proxies. * * All the data coming from LWC-land need to be sanitized first. */ export default function sanitize(obj: T): T;