choojs / choo

:steam_locomotive::train: - sturdy 4kb frontend framework
https://choo.io/
MIT License
6.78k stars 595 forks source link

Wrong return type for `mount` #714

Open fgblomqvist opened 2 years ago

fgblomqvist commented 2 years ago

Expected behavior

The return type should be something | undefined where something is I guess a Choo instance? Or something like that.

Actual behavior

It is void.