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