Search...

hideLinkEmbed

Wraps the URL into <>, which stops it from embedding
declare function hideLinkEmbed<C extends string>(url: C): `<${C}>`;
declare function hideLinkEmbed<C extends string>(url: C): `<${C}>`;
NameTypeOptionalDescription
urlCNoThe URL to wrap