hyperlink (2)

Formats the content and the URL into a masked URL
export declare function hyperlink<C extends string, U extends string>(content: C, url: U): `[${C}](${U})`;
NameTypeOptionalDescription
contentCNo
The content to display
urlUNo
The URL the content links to