@apollo/client
Version:
A fully-featured caching GraphQL client.
7 lines (6 loc) • 371 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ClientAwarenessLink = void 0;
var ClientAwarenessLink_js_1 = require("./ClientAwarenessLink.cjs");
Object.defineProperty(exports, "ClientAwarenessLink", { enumerable: true, get: function () { return ClientAwarenessLink_js_1.ClientAwarenessLink; } });
//# sourceMappingURL=index.cjs.map