D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
grafana
/
public
/
test
/
matchers
/
Filename :
index.ts
back
Copy
import { Observable } from 'rxjs'; import { toEmitValues } from './toEmitValues'; import { toEmitValuesWith } from './toEmitValuesWith'; import { ObservableMatchers } from './types'; export const matchers: ObservableMatchers<void, Observable<any>> = { toEmitValues, toEmitValuesWith, };