mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
7 lines
291 B
TypeScript
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;
|