hyperlinkSummaryFormats the content and the URL into a masked URLdeclare function hyperlink<C extends string>(content: C, url: URL): `[${C}](${string})`;Type ParametersNameConstraintsOptionalDefaultDescriptionCstringNoNoneParametersNameTypeOptionalDescriptioncontentCNoThe content to displayurlURLNoThe URL the content links to