input.mjs 103 B

1234
  1. import fooBar1 from "foo-bar";
  2. import fooBar2 from "./mylib/foo-bar";
  3. import fizzBuzz from "fizzbuzz";