Search...

hyperlink

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