UNPKG

rx-sandbox

Version:

Marble diagram DSL based test suite for RxJS 6/7

17 lines 1.18 kB
"use strict"; /** * RxSandbox uses couple of undocumented internal api surface in rxjs. * This module reexports internal and its types. * */ Object.defineProperty(exports, "__esModule", { value: true }); exports.AsyncAction = exports.ColdObservable = exports.HotObservable = exports.SubscriptionLog = void 0; const AsyncAction_1 = require("rxjs/internal/scheduler/AsyncAction"); Object.defineProperty(exports, "AsyncAction", { enumerable: true, get: function () { return AsyncAction_1.AsyncAction; } }); const ColdObservable_1 = require("rxjs/internal/testing/ColdObservable"); Object.defineProperty(exports, "ColdObservable", { enumerable: true, get: function () { return ColdObservable_1.ColdObservable; } }); const HotObservable_1 = require("rxjs/internal/testing/HotObservable"); Object.defineProperty(exports, "HotObservable", { enumerable: true, get: function () { return HotObservable_1.HotObservable; } }); const SubscriptionLog_1 = require("rxjs/internal/testing/SubscriptionLog"); Object.defineProperty(exports, "SubscriptionLog", { enumerable: true, get: function () { return SubscriptionLog_1.SubscriptionLog; } }); //# sourceMappingURL=coreInternalImport.js.map