JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour

File "is-touch-device.ts"

Full Path: /home/markqprx/iniasli.pro/client/utils/hooks/is-touch-device.ts
File size: 136 bytes
MIME-type: text/plain
Charset: utf-8

import {useMediaQuery} from './use-media-query';

export function useIsTouchDevice() {
  return useMediaQuery('((pointer: coarse))');
}