Sign in
webkit
/
WebKit
/
5bd663b95d2fa0048c9b51d7e90d3c09992ceb28
/
.
/
JSTests
/
modules
/
destructuring-export
/
array.js
blob: 509d98b35de6bb4e9e388505fde784978972e7cf [
file
] [
log
] [
blame
]
var
value
=
[
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
];
export
const
[...
array
]
=
value
.
values
();