Yae( e: any, t: any,): Promise< | { cursorNodeStart?: undefined; cursorNodeText?: undefined; formatted: string; } | { cursorNodeStart: number; cursorNodeText: string; formatted: string },> Returns Promise<
| {
cursorNodeStart?: undefined;
cursorNodeText?: undefined;
formatted: string;
}
| { cursorNodeStart: number; cursorNodeText: string; formatted: string },
>