JSPM

streamifier

0.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 260932
  • Score
    100M100P100Q163154F
  • License MIT

Converts a Buffer/String to a readable stream

Package Exports

  • streamifier
  • streamifier/lib

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (streamifier) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

streamifier

Node.js project

Converts a Buffer/String to a Readable stream

Version: 0.0.2

Installation

npm install streamifier

Functions


module.createReadStream(buffer[, options]) : Readable

Returns a Readable stream.

The buffer parameter can be a String or a Buffer.
The options are the same as the Readable stream.