UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

6 lines (5 loc) 303 B
import {UPLOAD_PROGRESS_NOTIFICATION_NAME} from "./upload-progress-notification-name.constant.mjs"; import {createNotification} from "../../create-notification.mjs"; export function createUploadProgressNotification(progress) { return createNotification(UPLOAD_PROGRESS_NOTIFICATION_NAME, progress); }