What is form-data?
"A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications."
form-data is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 79.3 KB on disk.
Installation Guide
# Install via NPM
npm install form-data
# Install via Yarn
yarn add form-data