UNPKG

get-client-window-width

Version:

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

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