You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.
Use-cases:
EventHandler<void>
)how does returning void differ from returning undefined?
Or is this for code-sense-foo?
void is a special type that only matches undefined, so when the type signature is void, you expect the runtime value to be undefined.
The text was updated successfully, but these errors were encountered: