UNPKG

multer-storage-imgur

Version:

Multer storage engine for imgur. Images upload through multer will directly upload to Imgur

7 lines (5 loc) 211 B
declare function setupImgurStorage(opts: {clientId: string}): { _handleFile: (req: any, file: any, cb: any) => any, _removeFile: (req: any, file: any, cb: any) => void } module.exports = setupImgurStorage;