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