UNPKG

get-client-window-height

Version:

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

9 lines (6 loc) 226 B
'use strict' if (process.env.NODE_ENV === 'production') { module.exports = require('./get-client-window-height.cjs.production.min.js') } else { module.exports = require('./get-client-window-height.cjs.development.js') }