Search...

hyperlink

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