Closed as not planned
Description
Before You File a Documentation Request Please Confirm You Have Done The Following...
- I have looked for existing open or closed documentation requests that match my proposal.
- I have read the FAQ and my problem is not listed.
Suggested Changes
Not sure which category to fit this in.
When I use {}
as a type, it tells me 'don't use {}
as a type, it means non-nullish value'. Except, I use it because I'm exactly expecting a non-nullish value, and this is the type that means non-nullish. Typescript 4.8 is also going to be switching to this to indicate non-nullability, so I think this message or rule needs to be reconsidered.
Affected URL(s)
None.