UNPKG

@uppy/companion

Version:

OAuth helper and remote fetcher for Uppy's (https://uppy.io) extensible file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Dropbox and Google Drive, S3 and more :dog:

6 lines (5 loc) 164 B
export default function deauthCallback({ body, companion, headers }: { body: any; companion: any; headers: any; }, res: any, next: any): Promise<void>;