hideLinkEmbed
Wraps the URL into
<>
, which stops it from embeddingdeclare function hideLinkEmbed<C extends string>(url: C): `<${C}>`;
declare function hideLinkEmbed<C extends string>(url: C): `<${C}>`;
Name | Type | Optional | Description |
---|---|---|---|
url | C | No | The URL to wrap |