* Returns a single string containing all the text that was appended to the buffer so far. * * @remarks * * This is a potentially expensive operation.
()
| 23 | * This is a potentially expensive operation. |
| 24 | */ |
| 25 | toString(): string; |
| 26 | } |
| 27 | |
| 28 | /** |
no outgoing calls