Files
DefinitelyTyped/types/node
Jinwoo Lee 99064aa7c7 Add types for Writable#_writev() & Duplex#_writev(). (#20529)
* 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.
2017-10-16 13:39:23 -07:00
..
2017-10-06 14:03:03 -07:00
2017-10-06 14:03:03 -07:00
2017-10-06 14:03:03 -07:00
2017-10-16 10:15:45 -07:00