ran npm run tdd
This commit is contained in:
@@ -1 +1,2 @@
|
||||
module.exports = shallowClone = obj => Object.assign({}, obj);
|
||||
const shallowClone = obj => Object.assign({}, obj);
|
||||
module.exports = shallowClone
|
||||
Reference in New Issue
Block a user