본문으로 건너뛰기

isMobile

모바일 환경인지 확인하는 함수입니다.


Interface

const isMobile: () => boolean

Usage

import { isMobile } from '@devgrace/utils';

if (isMobile()) {
/* 모바일 환경 보장 */
}