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.

4 lines (3 loc) 199 B
import { RxFileUpload, RxFileUploadConfig } from './types'; export declare const supportsRxFileUpload: () => boolean; export declare const rxFileUpload: (config: RxFileUploadConfig) => RxFileUpload;