Files
DefinitelyTyped/types/node
Caleb Sander dc24764d2b Add inherited stream events to Read/WriteStream (#43474)
This will allow typechecking and autocompletion for events
inherited from stream.Readable and stream.Writable.

Also add missing 'ready' event and `pending` field from Node 9 and 11, respectively.
And missing 'pause' and 'resume' events on stream.Readable.
2020-03-30 16:47:16 -07:00
..