DefinitelyTyped/types/is-touch-device/is-touch-device-tests.ts
Christian Rackerseder a079e3b5e9 Fixed unit test
2018-06-07 07:20:40 +02:00

4 lines
70 B
TypeScript

import isTouchDevice from 'is-touch-device';
if (isTouchDevice()) {}