Search...

hideLinkEmbed

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