import getAppPlatform from '../getAppPlatform/index';
/**
* Проверить, что открыта браузерная полная версия
* @return {boolean}
*/
const isDesktopWeb = () => getAppPlatform() === 'desktop_web';
export default isDesktopWeb;
import getAppPlatform from '../getAppPlatform/index';
/**
* Проверить, что открыта браузерная полная версия
* @return {boolean}
*/
const isDesktopWeb = () => getAppPlatform() === 'desktop_web';
export default isDesktopWeb;