Checking is the device support multi-touch.
npm install @terra-dev/is-touch-device@terra-dev/is-touch-deviceChecking is the device support multi-touch.
``js
import { isTouchDevice } from '@terra-dev/is-touch-device';
if (isTouchDevice()) {
// DO SOMETHING
}
``