export default function(input: T): T { return JSON.parse(JSON.stringify(input)); }