Files
毛财君 197b38ca6f 1
2023-07-06 17:37:33 +08:00

7 lines
192 B
JavaScript

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