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
Parameters
C url:
The URL to wrap
export declare function hideLinkEmbed<C extends string>(url: C): `<${C}>`;
Wraps the URL into <>
, which stops it from embedding