Travis build: 2054 [cron]

This commit is contained in:
30secondsofcode
2018-05-11 21:08:23 +00:00
parent 532d425847
commit 6a1e22991c
3 changed files with 34 additions and 23 deletions

View File

@ -5,4 +5,4 @@ key => (clone[key] = typeof obj[key] === 'object' ? deepClone(obj[key]) : obj[ke
);
return Array.isArray(obj) ? Array.from(clone) : clone;
};
module.exports = deepClone;
module.exports = deepClone;