Search...

hideLinkEmbed

export declare function hideLinkEmbed<C extends string>(url: C): `<${C}>`;
export declare function hideLinkEmbed<C extends string>(url: C): `<${C}>`;
Wraps the URL into <> which stops it from embedding.
NameConstraintsOptionalDefaultDescription
CstringNoThis is inferred by the supplied content
NameTypeOptionalDescription
urlCNoThe URL to wrap