| 1416 | destroy(): void; |
| 1417 | } |
| 1418 | export interface WriteStream extends stream.Writable { |
| 1419 | close(): void; |
| 1420 | bytesWritten: number; |
| 1421 | } |
| 1422 | |
| 1423 | /** |
| 1424 | * Asynchronous rename. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…