UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

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