@apollo/client
Version:
A fully-featured caching GraphQL client.
11 lines • 319 B
JavaScript
import { Observable } from "zen-observable-ts";
import "symbol-observable";
var prototype = Observable.prototype;
var fakeObsSymbol = "@@observable";
if (!prototype[fakeObsSymbol]) {
prototype[fakeObsSymbol] = function () {
return this;
};
}
export { Observable };
//# sourceMappingURL=Observable.js.map