UNPKG

get-client-window-height

Version:

A safe way of returning the interior height of the window in pixels

3 lines (2 loc) 330 B
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=function(){return"undefined"==typeof window?0:window.innerHeight||document.documentElement.clientHeight||document.body.clientHeight};exports.default=e,exports.getClientWindowHeight=e; //# sourceMappingURL=get-client-window-height.cjs.production.min.js.map