@aller/blink
Version:
A library for tracking user behaviour.
13 lines • 467 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
getClientWidth: function () { return 700; },
getClientHeight: function () { return 500; },
getScrollHeight: function () { return 2500; },
getArticleBodyTop: function () { return 50; },
getArticleBodyHeight: function () { return 2000; },
getPersistedState: function (key) {
return null;
},
};
//# sourceMappingURL=get-mock-utils.js.map
;