UNPKG

multer-s3-sharp-resizer

Version:

storage engine for multer to upload multiple images of different sizes to s3 object storage

5 lines (4 loc) 214 B
/// <reference types="multer" /> import { Request } from 'express'; declare type Metadata = (req: Request, file: Express.Multer.File) => Record<string, any> | Promise<Record<string, any>>; export default Metadata;