UNPKG

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