hyperlink (3)

Formats the content and the URL into a masked URL
export declare function hyperlink<C extends string, T extends string>(content: C, url: URL, title: T): `[${C}](${string} "${T}")`;
NameTypeOptionalDescription
contentCNo
The content to display
urlURLNo
The URL the content links to
titleTNo
The title shown when hovering on the masked link