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
store/packages/store/operators/src/types.ts
Line 33 in 9f0fcb0
In TS 5.4, a native NoInfer type will be introduced. Then this type can be replaced.
NoInfer
The text was updated successfully, but these errors were encountered:
https://devblogs.microsoft.com/typescript/announcing-typescript-5-4-beta/#the-noinfer-utility-type
Sorry, something went wrong.
Wow! Great news! Thank you so much for this update. We would have definitely missed that.
No branches or pull requests
store/packages/store/operators/src/types.ts
Line 33 in 9f0fcb0
In TS 5.4, a native
NoInfer
type will be introduced. Then this type can be replaced.The text was updated successfully, but these errors were encountered: