What is is-buffer?
"Determine if an object is a Buffer"
is-buffer is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 4.5 KB on disk.
Installation Guide
# Install via NPM
npm install is-buffer
# Install via Yarn
yarn add is-buffer