Closed Airblader closed 5 years ago
What does the bug look like?
Currently we use any for all the missing types of parameters. We should consider using unknown instead, forcing the user to type it correctly.
any
unknown
Related: #91
What does the bug look like?
Currently we use
any
for all the missing types of parameters. We should consider usingunknown
instead, forcing the user to type it correctly.Related: #91