Options🔗Definition🔗export interface Options { mode: text.TextMode; code?: text.CodeOptions; content: string; }