What is query-string?
"Parse and stringify URL query strings"
query-string is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 56.4 KB on disk.
Installation Guide
# Install via NPM
npm install query-string
# Install via Yarn
yarn add query-string