utilsdeviceisMobileOn this pageisMobile A function that checks whether the environment is a mobile environment. Code 🔗 View source code Interface typescriptfunction isMobile(): boolean Usage typescriptimport { isMobile } from '@modern-kit/utils';if (isMobile()) { /* Mobile environment is guaranteed */}