blob: 2533b3c201f9c5af2c05a150408f242c603cb3a2 [file] [log] [blame]
var [
a,
b,
...rest
] = array;
const [
a,
b,
...rest
] = array;