initial commit
This commit is contained in:
@@ -0,0 +1 @@
|
||||
function t(e){if(!e||"object"!=typeof e)return e;if("[object Date]"==Object.prototype.toString.call(e))return new Date(e.getTime());if(Array.isArray(e))return e.map(t);var r={};return Object.keys(e).forEach((function(n){r[n]=t(e[n])})),r}export{t as d};
|
||||
Reference in New Issue
Block a user