UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

6 lines (5 loc) 238 B
import {NEXT_NOTIFICATION_NAME} from "./next-notification-name.constant.mjs"; import {isNotification} from "../../is-notification.mjs"; export function isNextNotification(value) { return isNotification(value, NEXT_NOTIFICATION_NAME); }