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})`;| Name | Type | Optional | Description |
|---|---|---|---|
| content | C | No | The content to display |
| url | URL | No | The URL the content links to |