UNPKG

codogo-react-widgets

Version:

Provides a unified way to access the styling of commonly used widgets across different apps

11 lines (10 loc) 685 B
/* eslint-disable */ export var isFirefox = typeof InstallTrigger !== "undefined"; export var isOpera = !!window.opr && !!window.opr.addons || !!window.opera || navigator.userAgent.indexOf(" OPR/") >= 0; export var isSafari = /export constructor/i.test(window.HTMLElement) || function (p) { return p.toString() === "[object SafariRemoteNotification]"; }(!window["safari"] || typeof safari !== "undefined" && safari.pushNotification); //export const isIE = [>@cc_on!@<] false || !!document.documentMode; //export const isEdge = !isIE && !!window.StyleMedia; export var isChrome = !!window.chrome && !!window.chrome.webstore; export var isBlink = (isChrome || isOpera) && !!window.CSS;