UNPKG

lnurl

Version:
4 lines (3 loc) 91 B
module.exports = deepClone = function(data) { return JSON.parse(JSON.stringify(data)); };