Files
30-seconds-of-code/test/shallowClone/shallowClone.js

1 line
62 B
JavaScript

module.exports = shallowClone = obj => Object.assign({}, obj);