UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

12 lines (11 loc) 569 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isDownloadProgressNotification = void 0; var is_notification_1 = require("../../is-notification.cjs"); var download_progress_notification_name_constant_1 = require("./download-progress-notification-name.constant.cjs"); function isDownloadProgressNotification(value) { return (0, is_notification_1.isNotification)(value, download_progress_notification_name_constant_1.DOWNLOAD_PROGRESS_NOTIFICATION_NAME); } exports.isDownloadProgressNotification = isDownloadProgressNotification;