Replies: 1 comment 2 replies
-
Hi, isn't noExplictAny enough? I would appreciate it if you could give me an example. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be good as a gradual tightening of types, to have a rule that bans the passing as an item with type any or any[] as a parameter to another function, even if the function has a parameter with type
any
in its definition.This allows for the flexibility of having such functions remain, but ensures that stuff going in was coerced to an explicit type beforehand.
Beta Was this translation helpful? Give feedback.
All reactions