@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:
10 lines (9 loc) • 496 B
TypeScript
declare function _exports(redisClient: import('ioredis').Redis, redisPubSubScope: string): {
on: (eventName: string, handler: any) => Promise<void>;
off: (eventName: string, handler: any) => Promise<void>;
once: (eventName: string, handler: any) => Promise<void>;
emit: (eventName: string, ...args: any[]) => Promise<void>;
removeListener: (eventName: string, handler: any) => Promise<void>;
removeAllListeners: (eventName: string) => Promise<void>;
};
export = _exports;