UNPKG

397 BTypeScriptView Raw
1import { TestScheduler } from 'rxjs/testing';
2/**
3 * Exported return type of TestMessage[] to avoid importing internal APIs.
4 */
5export declare type TestMessages = ReturnType<typeof TestScheduler.parseMarbles>;
6/**
7 * Exported return type of SubscriptionLog to avoid importing internal APIs.
8 */
9export declare type SubscriptionLogs = ReturnType<typeof TestScheduler.parseMarblesAsSubscriptions>;