Overload 1
Overload 2
export declare function hideLinkEmbed<C extends string>(url: C): `<${C}>`;
Wraps the URL into <>
which stops it from embedding.
Type Parameters
string C extends
This is inferred by the supplied content
Parameters
C url:
The URL to wrap