{ "version": 3, "sources": ["../../javascript/utilities/localeParams.ts"], "sourcesContent": ["// This method gets the first two items in the pathname\n// which are the locale and country iso of the user's session.\nconst getLocaleParams = () => {\n return [\n window.location.pathname.split(\"/\")[1],\n window.location.pathname.split(\"/\")[2]\n ]\n}\n\nexport default getLocaleParams\n"], "mappings": "AAEA,IAAMA,EAAkB,IACf,CACL,OAAO,SAAS,SAAS,MAAM,GAAG,EAAE,GACpC,OAAO,SAAS,SAAS,MAAM,GAAG,EAAE,EACtC,EAGKC,EAAQD", "names": ["getLocaleParams", "localeParams_default"] }