external-module.mjs 111 B

12345
  1. export const foo = "Well hello shadows";
  2. export default "Default export";
  3. export const bar = "'bar' export";