UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

6 lines (5 loc) 311 B
import {DOWNLOAD_PROGRESS_NOTIFICATION_NAME} from "./download-progress-notification-name.constant.mjs"; import {createNotification} from "../../create-notification.mjs"; export function createDownloadProgressNotification(progress) { return createNotification(DOWNLOAD_PROGRESS_NOTIFICATION_NAME, progress); }