UNPKG

315 BTypeScriptView Raw
1/**
2 * On Firefox `TouchEvent` is undefined if the hardware doesn't support touch.
3 * Therefore this predicate checks for that first before verifying if `e` is
4 * indeed a `TouchEvent`.
5 *
6 * @param e
7 */
8export declare const isTouchEvent: (e: Event) => e is TouchEvent;
9//# sourceMappingURL=is-touch-event.d.ts.map
\No newline at end of file