const JSON5 = require('json5') module.exports = { copy(obj) { return JSON5.parse( JSON5.stringify( obj ) ) } }