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
CstringNoNone
NameTypeOptionalDescription
urlCNoThe URL to wrap