UNPKG

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