auto-deploy/node_modules/streamifier
KeiferJu e30fd49b0b 代码上传 2020-03-23 18:29:14 +08:00
..
lib 代码上传 2020-03-23 18:29:14 +08:00
CHANGES 代码上传 2020-03-23 18:29:14 +08:00
LICENSE 代码上传 2020-03-23 18:29:14 +08:00
README.md 代码上传 2020-03-23 18:29:14 +08:00
package.json 代码上传 2020-03-23 18:29:14 +08:00

README.md

streamifier

Converts a Buffer/String into a readable stream

npm

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.