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
Hi there, this library is awesome! However, when I am trying to use it to parse a mailto protocol string, I can't access the to properties in the URIComponents interface.
Can you please export types/interfaces such as MailToComponents so that I don't need to do this:
const{ to }=URI.parse(url)asMailtoComponents;
The text was updated successfully, but these errors were encountered:
Hi there, this library is awesome! However, when I am trying to use it to parse a
mailto
protocol string, I can't access theto
properties in theURIComponents
interface.Can you please export types/interfaces such as MailToComponents so that I don't need to do this:
The text was updated successfully, but these errors were encountered: