<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.defaultReduceAnimations = void 0;
const defaultReduceAnimations = typeof navigator !== 'undefined' &amp;&amp; /(android)/i.test(navigator.userAgent);
exports.defaultReduceAnimations = defaultReduceAnimations;</pre></body></html>