builders

hyperlink

export declare function hyperlink<C extends string>(content: C, url: URL): `[${C}](${string})`;

Summary

Formats the content and the URL into a masked URL

Type Parameters

Parameters

NameTypeOptionalDescription
contentCNoNone
urlURLNoNone

builders