7 lines
192 B
Java
7 lines
192 B
Java
![]() |
var staticStrUndefined = require('./staticStrUndefined')
|
||
|
|
||
|
/* eslint-disable valid-typeof */
|
||
|
var staticWindow = typeof window === staticStrUndefined ? 0 : window
|
||
|
|
||
|
module.exports = staticWindow
|