UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

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