UNPKG

jasmine-marbles

Version:
6 lines (5 loc) 235 B
import { ObservableNotification } from 'rxjs'; import { TestMessages } from './types'; export declare function mapSymbolsToNotifications(marbles: string, messagesArg: TestMessages): { [key: string]: ObservableNotification<any>; };