EC-Nordbund / denomailer

A SMTP-Client implementation for deno (to send mails!)
https://deno.land/x/denomailer
MIT License
50 stars 16 forks source link

Remove type 'any' from MessageEvent #78

Closed Trequa closed 5 months ago

Trequa commented 11 months ago

To avoid the use of deno-lint-ignore no-explicit-any I got the type directly from Promise Also exported the type so it can be reused in postMessage

I put the names that I though was good, but they can be changed.