UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

13 lines (12 loc) 328 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.raceN = void 0; var race_with_notifications_1 = require("./race-with-notifications.cjs"); Object.defineProperty(exports, "raceN", { enumerable: true, get: function () { return race_with_notifications_1.raceWithNotifications; } });