1 2 3 4 5 6 7
import * as circular1 from "./circular1.ts"; export function f2(): void { console.log("f2"); } circular1.f1();