Files
2018-08-02 17:53:23 +01:00

4 lines
60 B
TypeScript

import {A, B} from './exportCycleA';
console.log(A + B());