mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
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. |
||
|---|---|---|
| .. | ||
| node-0.8.8.d.ts | ||
| node-0.8.8.d.ts.tscparams | ||
| node-tests.ts | ||
| node.d.ts | ||