UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

7 lines 226 B
import { Observable } from "../../utilities/index.js"; export function fromError(errorValue) { return new Observable(function (observer) { observer.error(errorValue); }); } //# sourceMappingURL=fromError.js.map