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:

4 lines (3 loc) 185 B
declare function _default(): import("express-serve-static-core").Router; export default _default; export type downloadCallback = (err: Error, chunk: string | Buffer | Buffer[]) => any;