UNPKG

196 BTypeScriptView Raw
1import { Notification } from 'rxjs';
2import { TestMessages } from './types';
3export declare function unparseMarble(result: TestMessages, assignSymbolFn: (a: Notification<any>) => string): string;