@lifaon/rx-js-light
Version:
Blazing fast Observables
13 lines (12 loc) • 379 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.fromIterableN = void 0;
var from_iterable_with_notifications_1 = require("./from-iterable-with-notifications.cjs");
Object.defineProperty(exports, "fromIterableN", {
enumerable: true,
get: function () {
return from_iterable_with_notifications_1.fromIterableWithNotifications;
}
});