7 lines
198 B
JavaScript
7 lines
198 B
JavaScript
var staticStrUndefined = require('./staticStrUndefined')
|
|
|
|
/* eslint-disable valid-typeof */
|
|
var staticWindow = typeof window === staticStrUndefined ? 0 : window
|
|
|
|
module.exports = staticWindow
|