UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

3 lines 176 B
import type { Observable } from "../../utilities/index.js"; export declare function toPromise<R>(observable: Observable<R>): Promise<R>; //# sourceMappingURL=toPromise.d.ts.map