UNPKG

multercf

Version:

NestJS module to parse incoming HTML form data in Firebase CloudFunctions projects

9 lines 290 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.fileLocalOptions = void 0; exports.fileLocalOptions = { startProcessing(req, busboy) { req.rawBody ? busboy.end(req.rawBody) : req.pipe(busboy); }, }; //# sourceMappingURL=file.utils.js.map