3 lines
38 B
JavaScript
3 lines
38 B
JavaScript
|
|
let foo = 1, bar = 2;
|
||
|
|
export { foo };
|