UNPKG

get-client-window-width

Version:

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

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