UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

3 lines 172 B
import { Observable } from "../../utilities/index.js"; export declare function fromPromise<T>(promise: Promise<T>): Observable<T>; //# sourceMappingURL=fromPromise.d.ts.map