like export const xyz = "something" is one option ...
# typescript
a
like export const xyz = "something" is one option but i want to create an export conditionally
v
You can't import / export conditionally in TS as I understand the question, do you have any code you could share?