hyperlink

export declare function hyperlink<Content extends string>(content: Content, url: URL): `[${Content}](${string})`;
export declare function hyperlink<Content extends string>(content: Content, url: URL): `[${Content}](${string})`;
Formats the content and the URL into a masked URL.
NameConstraintsOptionalDefaultDescription
ContentstringNoThis is inferred by the supplied content
NameTypeOptionalDescription
contentContentNoThe content to display
urlURLNoThe URL the content links to