1 2 3 4 5 6 7
import { B } from "./B.ts"; import { thing } from "./common.ts"; export function A() { thing(); B(); }