Type parameters with unknown instead of any? #101
Labels
Comp: Core
Core functionality of ngqp
Priority: Low
This is nice-to-have, but doesn't really affect users directly
Status: Discussion
We're not yet sure whether or how to implement this feature
Type: Bug
Something that should work doesn't
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
The text was updated successfully, but these errors were encountered: