We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ts-toolbelt/out/Any/_api.d.ts doesn't export the If type, making it harder to access.
ts-toolbelt/out/Any/_api.d.ts
If
Install [email protected] and check the ts-toolbelt/out/Any/_api.d.ts file. If export is missing.
[email protected]
ts-toolbelt/out/Any/_api.d.ts file should include If type export.
Add this line to the ts-toolbelt/out/Any/_api.d.ts file:
export { If } from './If';
The text was updated successfully, but these errors were encountered:
fix(millsp#328): added A.If type export to 'Any/_api.ts'
9ca8946
No branches or pull requests
🐞 Bug Report
Describe the bug
ts-toolbelt/out/Any/_api.d.ts
doesn't export theIf
type, making it harder to access.Reproduce the bug
Install
[email protected]
and check thets-toolbelt/out/Any/_api.d.ts
file.If
export is missing.Expected behavior
ts-toolbelt/out/Any/_api.d.ts
file should includeIf
type export.Possible Solution
Add this line to the
ts-toolbelt/out/Any/_api.d.ts
file:The text was updated successfully, but these errors were encountered: