DefinitelyTyped/types/is-touch-device/index.d.ts
2018-06-07 07:07:40 +02:00

7 lines
291 B
TypeScript

// Type definitions for is-touch-device 1.0
// Project: https://github.com/airbnb/is-touch-device
// Definitions by: Christian Rackerseder <https://github.com/screendriver>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export default function isTouchDevice(): boolean;