dgflash 162563d16a 1、升级最新框架 2 лет назад
..
lib 162563d16a 1、升级最新框架 2 лет назад
README.md 162563d16a 1、升级最新框架 2 лет назад
package.json 162563d16a 1、升级最新框架 2 лет назад

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.