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.
Automatically import modules. A.ts:
export const a = 2
B.ts:
const b = a + 2
Module B would automatically import module A.