Hussein

Results 2 comments of Hussein

And ideally there would be another annotation `@notThrows` which removes the top-level nullability. And for a function that returns a primitive (?), you would need to add `@notThrows @notNull` to...

Hm, I see what you're doing. It feels a little bit to me like the entire `Hook` is typed wrong, and should instead look more like: ``` export interface Hook...