@apollo/client
Version:
A fully-featured caching GraphQL client.
5 lines (4 loc) • 367 B
text/typescript
import type { OperatorFunction } from "rxjs";
export declare function filterMap<T, R>(fn: (value: T, context: undefined) => R | undefined): OperatorFunction<T, R>;
export declare function filterMap<T, R, Context>(fn: (value: T, context: Context) => R | undefined, makeContext: () => NoInfer<Context>): OperatorFunction<T, R>;
//# sourceMappingURL=filterMap.d.cts.map