import { ObservableMatchers } from './types'; import { toEmitValues } from './toEmitValues'; import { toEmitValuesWith } from './toEmitValuesWith'; import { Observable } from 'rxjs'; export const matchers: ObservableMatchers> = { toEmitValues, toEmitValuesWith, };