it-buffer
Is it a string? Is it a BufferList? Or just a Buffer? Worry no more with `it-buffer`!
Last updated 5 years ago by mkg20001 .
MPL-2.0 · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install it-buffer 
SYNC missed versions from official npm registry.

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
)

Also exposes .toBuffer() (the same as above) and .toList() (returns BufferLists instead of Buffers)

Current Tags

  • 0.1.3                                ...           latest (5 years ago)

4 Versions

  • 0.1.3                                ...           5 years ago
  • 0.1.2                                ...           6 years ago
  • 0.1.1                                ...           6 years ago
  • 0.1.0                                ...           6 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (2)
Dev Dependencies (3)

Copyright 2013 - present © cnpmjs.org | Home |