Sign in
webkit
/
WebKit
/
7e7b87940b25767efc592b218ba7b90b8b3c2997
/
.
/
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
();