hyperlink (3)SummaryFormats the content and the URL into a masked URLdeclare function hyperlink<C extends string, T extends string>(content: C, url: URL, title: T): `[${C}](${string} "${T}")`;Type ParametersNameConstraintsOptionalDefaultDescriptionCstringNoNoneTstringNoNoneParametersNameTypeOptionalDescriptioncontentCNoThe content to displayurlURLNoThe URL the content links totitleTNoThe title shown when hovering on the masked link