Overload 1
Overload 2
Overload 3
Overload 4
declare function hyperlink<Content extends string>(content: Content, url: URL): `[${Content}](${string})`;
Formats the content and the URL into a masked URL with an optional title.
declare function hyperlink<Content extends string>(content: Content, url: URL): `[${Content}](${string})`;
Formats the content and the URL into a masked URL with an optional title.