hideLinkEmbed (2)

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