Express Multipart File Parser
Parser for express that allows file upload with multipart/form-data
Works with Google Cloud Functions
Usage
// default parser without destructuringconst fileParser = ...app... app
Usage with Options
// must use destructuring for optionsconst fileParser = ...app