What is object-inspect?
"string representations of objects in node and the browser"
object-inspect is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 100.5 KB on disk.
Installation Guide
# Install via NPM
npm install object-inspect
# Install via Yarn
yarn add object-inspect