UNPKG

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