hyperlink

export declare function hyperlink<Content extends string>(content: Content, url: URL): `[${Content}](${string})`;
export declare function hyperlink<Content extends string>(content: Content, url: URL): `[${Content}](${string})`;
Formats the content and the URL into a masked URL.
NameConstraintsOptionalDefaultDescription
ContentstringNo
This is inferred by the supplied content
NameTypeOptionalDescription
contentContentNo
The content to display
urlURLNo
The URL the content links to