input.mjs 44 B

123
  1. var foo, bar;
  2. export {foo as default, bar};