1 line
42 B
JavaScript
1 line
42 B
JavaScript
module.exports = arr => [].concat(...arr); |
module.exports = arr => [].concat(...arr); |