staticLocation.js 200 B

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