DynamicImport2.js 69 B

1234
  1. export let counter = 3;
  2. export function incCounter() {
  3. counter++;
  4. }