UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

12 lines (11 loc) 553 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isUploadProgressNotification = void 0; var is_notification_1 = require("../../is-notification.cjs"); var upload_progress_notification_name_constant_1 = require("./upload-progress-notification-name.constant.cjs"); function isUploadProgressNotification(value) { return (0, is_notification_1.isNotification)(value, upload_progress_notification_name_constant_1.UPLOAD_PROGRESS_NOTIFICATION_NAME); } exports.isUploadProgressNotification = isUploadProgressNotification;