UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

13 lines (12 loc) 507 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.fromIterableWithNotifications = void 0; var from_iterator_with_notifications_1 = require("../from-iterator/from-iterator-with-notifications.cjs"); function fromIterableWithNotifications(iterable) { return function (emit) { return (0, from_iterator_with_notifications_1.fromIteratorWithNotifications)(iterable[Symbol.iterator]())(emit); }; } exports.fromIterableWithNotifications = fromIterableWithNotifications;