UNPKG

@n1k1t/mock-server

Version:

The ultimate toolkit to intercept, transform, and simulate HTTP/WS traffic with type-safe expectations

8 lines 273 B
import { Observable } from 'rxjs'; export declare class RxConverter<T> { source: Observable<T>; constructor(source: Observable<T>); iterate(): AsyncIterable<T, null>; static build<T>(source: Observable<T>): RxConverter<T>; } //# sourceMappingURL=rx.d.ts.map