3 lines
40 B
JavaScript
3 lines
40 B
JavaScript
import foo from 'foo';
|
|
const [x] = bar;
|
import foo from 'foo';
|
|
const [x] = bar;
|