UNPKG

215 BTypeScriptView Raw
1import { Notification } from 'rxjs';
2import { TestMessages } from './types';
3export declare function mapSymbolsToNotifications(marbles: string, messagesArg: TestMessages): {
4 [key: string]: Notification<any>;
5};