UNPKG

@akanass/rx-file-upload

Version:

Library to upload a file in the browser and send it fully or in several chunks to the server.

3 lines (2 loc) 239 B
export { supportsRxFileUpload, rxFileUpload } from './lib/rx-file-upload'; export { RxFileUpload, RxFileUploadConfig, RxFileUploadAdditionalFormData, RxFileUploadProgressData, RxFileUploadResponse, RxFileUploadError, } from './lib/types';