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:

7 lines (6 loc) 239 B
/** * the socket is used to send progress events during an upload * * @param {import('http').Server | import('https').Server} server */ export default function setupSocket(server: import("http").Server | import("https").Server): void;