()
| 971 | writeAsync(str: string): Promise<boolean>; |
| 972 | writeAsync(str: string, encoding?: string): Promise<boolean>; |
| 973 | readAsync(): Promise<Buffer>; |
| 974 | |
| 975 | // Extended base methods |
| 976 | write(buffer: Buffer): boolean; |
no outgoing calls
no test coverage detected