UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

5 lines (4 loc) 205 B
import {fromArrayWithNotifications} from "../../iterable/sync/from-array/from-array-with-notifications.mjs"; export function ofWithNotifications(...values) { return fromArrayWithNotifications(values); }