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