1 2 3 4 5
import { foo } from "./foo.ts"; import { bar } from "./bar.js"; console.log(foo()); console.log(bar());