UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

13 lines (12 loc) 316 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ofN = void 0; var of_with_notifications_1 = require("./of-with-notifications.cjs"); Object.defineProperty(exports, "ofN", { enumerable: true, get: function () { return of_with_notifications_1.ofWithNotifications; } });