We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fileA.ts
export function __foo() { }
fileB.ts
import { __foo/**/ as bar } from "./fileA"; bar();
Try renaming __foo at the marker. This won't work.
__foo