mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-07 01:39:07 +00:00
* Add types for Writable#_writev() & Duplex#_writev(). As written in the doc: https://nodejs.org/dist/latest-v8.x/docs/api/stream.html#stream_writable_writev_chunks_callback * change `callback` from `Function` to `(err?: Error) => void` * make _writev() optional. Per the node document, it may or may not be implemented by implementations.