TNG / ngqp

Declaratively synchronize form controls with the URL

Home Page:https://tng.github.io/ngqp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Type parameters with unknown instead of any?

Airblader opened this issue · comments

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.

Related: #91