jose/lib/help/deep_clone.js
2019-02-20 23:12:08 +01:00

1 line
56 B
JavaScript

module.exports = obj => JSON.parse(JSON.stringify(obj))