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 [email protected]
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';
Metadata
Metadata
Assignees
Labels
No labels