What is qs?
"A querystring parser that supports nesting and arrays, with a depth limit"
qs is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 280.8 KB on disk.
Installation Guide
# Install via NPM
npm install qs
# Install via Yarn
yarn add qs