1.1.2 • Published 6 months ago

@types/detect-touch v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/detect-touch

Summary

This package contains type definitions for detect-touch (https://github.com/rafgraph/detect-touch#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/detect-touch.

index.d.ts

// Type definitions for detect-touch 1.1
// Project: https://github.com/rafgraph/detect-touch#readme
// Definitions by: Rajas Paranjpe <https://github.com/ChocolateLoverRaj>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export function detectTouch(): boolean;
export const hasTouch: boolean;

Additional Details

  • Last updated: Thu, 22 Jul 2021 21:01:19 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Rajas Paranjpe.