Overload 1
Overload 2
Overload 3
Overload 4
export declare function hyperlink<C extends string>(content: C, url: URL_2): `[${C}](${string})`;
Formats the content and the URL into a masked URL.
Type Parameters
string C extends
This is inferred by the supplied content
Parameters
C content:
The content to display
URL_2 url:
The URL the content links to