im( e: any, t: any,): | { cursorNodeStart?: undefined; cursorNodeText?: undefined; formatted: string; } | { cursorNodeStart: number; cursorNodeText: string; formatted: string } Returns
| {
cursorNodeStart?: undefined;
cursorNodeText?: undefined;
formatted: string;
}
| { cursorNodeStart: number; cursorNodeText: string; formatted: string }