New issue
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
Change any to unknown #477
Change any to unknown #477
Conversation
Codecov Report
@@ Coverage Diff @@
## main #477 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 71 71
Lines 582 582
Branches 148 148
=========================================
Hits 582 582 Continue to review full report at Codecov.
|
d6aae48
to
7a971ff
Compare
Remove this as well? Lines 55 to 56 in 801c068
|
There are 71 |
Only ts-file we've got atm, so that makes sense |
43bdca1
to
8e13fd5
Compare
8e13fd5
to
ccb28ce
Compare
ccb28ce
to
d97afc9
Compare
A follow-up to this conversation. We need the second argument to be an array, then we can use
unknown
instead ofany
, and this is the best practice.After starting this change, I realized there were multiple places we could change an
any
tounknown
.