UNPKG

@zendesk/laika

Version:

Test, mock, intercept and modify Apollo Client's operations — in both browser and unit tests!

3 lines (2 loc) 184 B
import { Observable } from '@apollo/client/core'; export declare const mapObservable: <Input, Output>(input: Observable<Input>, mapFn: (value: Input) => Output) => Observable<Output>;