What is inherits?
"Browser-friendly inheritance fully compatible with standard node.js inherits()"
inherits is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 3.9 KB on disk.
Installation Guide
# Install via NPM
npm install inherits
# Install via Yarn
yarn add inherits