UNPKG

mmenu-js

Version:

The best javascript plugin for app look-alike on- and off-canvas menus with sliding submenus for your website and webapp.

5 lines (4 loc) 176 B
/** Whether or not touch gestures are supported by the browser. */ export var touch = 'ontouchstart' in window || (navigator.msMaxTouchPoints ? true : false) || false;