Preview environment

function quote

declare function quote<Content extends string>(content: Content): `> ${Content}`;

Formats the content into a quote. This needs to be at the start of the line for Discord to format it.

Type Parameters

Content extends string

Parameters

content: Content
The content to wrap