Overload 1
Overload 2
Overload 3
Overload 4
export declare function hyperlink<Content extends string>(content: Content, url: URL): `[${Content}](${string})`;
Formats the content and the URL into a masked URL.
Type Parameters
string Content extends
This is inferred by the supplied content
Parameters
Content content:
The content to display
URL url:
The URL the content links to