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:

12 lines (11 loc) 267 B
export function initializeData(body: any, initialEnd?: any): { items: any[]; username: any; }; export function adaptData(userResponse: any, results: any, query: any): { nextPagePath: string; items: any[]; username: any; } | { items: any[]; };