@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:
8 lines (7 loc) • 343 B
TypeScript
/**
*
* @param {import('express').Request} req
* @param {import('express').Response} res
* @param {import('express').NextFunction} next
*/
export default function sendToken(req: import("express").Request, res: import("express").Response, next: import("express").NextFunction): void | import("express").Response<any, Record<string, any>>;