utilsdeviceisMobileOn this pageisMobile 모바일 환경인지 확인하는 함수입니다. Code 🔗 실제 구현 코드 확인 Interface typescriptconst isMobile: () => boolean Usage typescriptimport { isMobile } from '@modern-kit/utils';if (isMobile()) { /* 모바일 환경 보장 */}