UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

3 lines (2 loc) 133 B
import { IProgress } from './progress.type'; export declare function createProgressSafe(loaded?: number, total?: number): IProgress;