UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

4 lines (3 loc) 260 B
import { IProgress } from '../../../progress/progress.type'; import { IDownloadProgressNotification } from './download-progress-notification.type'; export declare function createDownloadProgressNotification(progress: IProgress): IDownloadProgressNotification;