'use strict'; function isTouchOrPen(event) { return event.pointerType !== "mouse"; } exports.isTouchOrPen = isTouchOrPen; //# sourceMappingURL=utils.cjs.map