Files
2025-02-28 13:27:28 +01:00

4 lines
106 B
TypeScript

import {A} from './exportCycleA';
export let B = () => A; // OK - `A` is not used during initialization.