Open david-shortman opened 9 months ago
https://github.com/ngxs/store/blob/9f0fcb02e67300c1c4a107dbe0cb3172cb321a82/packages/store/operators/src/types.ts#L33
In TS 5.4, a native NoInfer type will be introduced. Then this type can be replaced.
NoInfer
https://devblogs.microsoft.com/typescript/announcing-typescript-5-4-beta/#the-noinfer-utility-type
Wow! Great news! Thank you so much for this update. We would have definitely missed that.
https://github.com/ngxs/store/blob/9f0fcb02e67300c1c4a107dbe0cb3172cb321a82/packages/store/operators/src/types.ts#L33
In TS 5.4, a native
NoInfer
type will be introduced. Then this type can be replaced.