UNPKG

557 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var tslib_1 = require("tslib");
4var inMemoryCache_1 = require("./inMemoryCache");
5exports.InMemoryCache = inMemoryCache_1.InMemoryCache;
6exports.defaultDataIdFromObject = inMemoryCache_1.defaultDataIdFromObject;
7tslib_1.__exportStar(require("./readFromStore"), exports);
8tslib_1.__exportStar(require("./writeToStore"), exports);
9tslib_1.__exportStar(require("./fragmentMatcher"), exports);
10tslib_1.__exportStar(require("./objectCache"), exports);
11//# sourceMappingURL=index.js.map
\No newline at end of file