Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

A/Any namespace doesn't export "If" type #328

Open
BartoszHolubowicz opened this issue Dec 26, 2022 · 0 comments
Open

A/Any namespace doesn't export "If" type #328

BartoszHolubowicz opened this issue Dec 26, 2022 · 0 comments

Comments

@BartoszHolubowicz
Copy link

馃悶 Bug Report

Describe the bug

ts-toolbelt/out/Any/_api.d.ts doesn't export the If type, making it harder to access.

Reproduce the bug

Install ts-toolbelt@9.6.0 and check the ts-toolbelt/out/Any/_api.d.ts file. If export is missing.

Expected behavior

ts-toolbelt/out/Any/_api.d.ts file should include If type export.

Possible Solution

Add this line to the ts-toolbelt/out/Any/_api.d.ts file:

export { If } from './If';
BartoszHolubowicz added a commit to BartoszHolubowicz/ts-toolbelt that referenced this issue Dec 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant