JSPM

it-buffer

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 15887
  • Score
    100M100P100Q144046F
  • License MPL-2.0

Is it a string? Is it a BufferList? Or just a Buffer? Worry no more with `it-buffer`!

Package Exports

  • it-buffer

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 (it-buffer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

it-buffer

Is it a string? Is it a BufferList? Or just a Buffer? Worry no more with it-buffer!

It exposes a transform stream that converts all buffer-like objects into true buffers

Usage

const pipe = require('it-pipe')

pipe(
  src,
  require('it-buffer'),
  dst
)