1 2 3 4 5 6 7 8
import { A } from "./A.ts"; import { thing } from "./common.ts"; export function C() { if (A != null) { thing(); } }