Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 204 Bytes

File metadata and controls

17 lines (12 loc) · 204 Bytes

@lunit/is-touch-device

Install

npm install @lunit/is-touch-device

Usage

import { isTouchDevice } from '@lunit/is-touch-device';

if (isTouchDevice()) {
  // DO SOMETHING
}