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
)