function c(o) { return JSON.parse(JSON.stringify(o)); } module.exports = { clone: c }