-
-
Couldn't load subscription status.
- Fork 151
Open
Description
🐞 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';kleinfreund and b0o
Metadata
Metadata
Assignees
Labels
No labels