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:

5 lines (4 loc) 120 B
import { EventEmitter } from 'node:events'; export default function defaultEmitter() { return new EventEmitter(); }