hyperlink

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