|
|
hace 2 años | |
|---|---|---|
| .. | ||
| lib | hace 2 años | |
| README.md | hace 2 años | |
| package.json | hace 2 años | |
_module_.createReadStream(object[, options]) : Readable
Returns a Readable stream.
The object can be of any data type. If it is a Buffer or a string, the available options are highWaterMark and encoding, otherwise the Readable stream is automatically set in object mode and the options parameter is ignored.