Edit File: deep_clone.js
module.exports = obj => JSON.parse(JSON.stringify(obj))
Back to File Manager