Determine if an object is a Buffer
Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too
Buffers events from a stream until you are ready to handle them.
a ThroughStream that strictly buffers all readable events when paused.
A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.
Synchronous Buffer compression library for Node.js
Concatenate a readable stream's data into a single buffer
Simple, synchronous deflate/inflate for buffers
Simple, synchronous deflate/inflate for buffers
some shims for node buffers
A [ponyfill](https://ponyfill.com) for `Buffer.alloc`.
Get an ArrayBuffer from a Buffer as fast as possible
Useful utilities for working with Uint8Array (and Buffer)
Convert a Node.JS Readable Stream into a Line Buffered Input Stream
The lodash method `_.isBuffer` exported as a module.
A module that diffs an input buffer with the previous one provided to it and outputs the diff as ANSI