(self: HelpDoc.HelpDoc)
| 132 | |
| 133 | /** @internal */ |
| 134 | export const toAnsiText = (self: HelpDoc.HelpDoc): string => Doc.render(toAnsiDoc(self), { style: "pretty" }) |
| 135 | |
| 136 | // ============================================================================= |
| 137 | // Internals |
nothing calls this directly
no test coverage detected