UNPKG

@quadible/web-sdk

Version:

The web sdk for Quadible's behavioral authentication service.

9 lines (8 loc) 285 B
export type TouchSupport = { maxTouchPoints: number; /** The success or failure of creating a TouchEvent */ touchEvent: boolean; /** The availability of the "ontouchstart" property */ touchStart: boolean; }; export default function getTouchSupport(): TouchSupport;