You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is intentional. ppl use Object both in input and output locations. in input locations {} is fine, but in output locations it is not. they really mean any. see #14284 for more details.
{Object} has type any, it should be {}
this is intentional. ppl use Object both in input and output locations. in input locations {} is fine, but in output locations it is not. they really mean any. see #14284 for more details.
You can then use {*} for any....I guess it may not be intuitive ?
Automatically closing this issue for housekeeping purposes. The issue labels indicate that it is unactionable at the moment or has already been addressed.
{Object}
has typeany
, it should be{}
Object.<type1, type2>
has typeany
(Support Object.<type1, type2> JSDoc notation for index signatures #15105)@callback
The text was updated successfully, but these errors were encountered: