UNPKG

xhy-xe-utils

Version:
8 lines (5 loc) 254 B
var staticLocation = require('../static/staticLocation') function helperGetLocatOrigin () { return staticLocation ? (staticLocation.origin || (staticLocation.protocol + '//' + staticLocation.host)) : '' } module.exports = helperGetLocatOrigin