DefinitelyTyped/node
John Vilk 4f20894ed5 [Node] Fixing WritableStream.write and WritableStream.end.
Documentation for WritableStream.write:
http://nodejs.org/api/stream.html#stream_writable_write_chunk_encoding_callback

There's no 'fd' argument; that might have been a typo.

You can call `write` in the following ways:
* write(data: Buffer)
* write(data: Buffer, cb: Function)
* write(data: String)
* write(data: String, cb: Function)
* write(data: String, encoding: String)
* write(data: String, encoding: String, cb: Function)

The same goes to `end`, except `end` can be called with no arguments, too.
2014-01-30 21:18:22 -05:00
..
node-0.8.8.d.ts added/fixed headers k-n 2014-01-24 01:19:01 +01:00
node-0.8.8.d.ts.tscparams Fixed tsc failed on Node.js v0.8.25 2013-10-03 11:23:38 +09:00
node-tests.ts removed utf-8 BOM marker 2014-01-24 18:51:21 +01:00
node.d.ts [Node] Fixing WritableStream.write and WritableStream.end. 2014-01-30 21:18:22 -05:00