staticWindow.js 192 B

123456
  1. var staticStrUndefined = require('./staticStrUndefined')
  2. /* eslint-disable valid-typeof */
  3. var staticWindow = typeof window === staticStrUndefined ? 0 : window
  4. module.exports = staticWindow