mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
1 line
39 B
JavaScript
1 line
39 B
JavaScript
function fn(x) { return [1, 2, ...x] }
|