Javascript – How to type the event from on:input (from a HTML Input element) with JSDoc?
I'm trying to type an event that I receive from a Svelte-managed input element, but TypeScript tells me that my JSDoc type is incompatible with what I receive from the on:input. In my page code I have an input field…