UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

6 lines (5 loc) 281 B
import {UPLOAD_COMPLETE_NOTIFICATION_NAME} from "./upload-complete-notification-name.constant.mjs"; import {isNotification} from "../../is-notification.mjs"; export function isUploadCompleteNotification(value) { return isNotification(value, UPLOAD_COMPLETE_NOTIFICATION_NAME); }