const isPaytmContainer = () => { const ua = window.navigator.userAgent; return /AppContainer/i.test(ua); }; const testVar = () => { return false; };