(destination: T, options?: { end?: boolean; })
| 1690 | |
| 1691 | export interface Stream extends events.EventEmitter { |
| 1692 | pipe<T extends NodeJS.WritableStream>(destination: T, options?: { end?: boolean; }): T; |
| 1693 | } |
| 1694 | |
| 1695 | export interface ReadableOptions { |
no outgoing calls
no test coverage detected