-
Notifications
You must be signed in to change notification settings - Fork 0
Improve type checking #19
Copy link
Copy link
Open
Description
Overview
The current type checking is done using a typeguard I got from this article. It's implementations works well, but perhaps it can be improved for better API:
- Make it extension method instead of
utilscall - Remove className parameter and use only generic, if possible.
Reactions are currently unavailable