const isIE11 = /Trident/.test(window.navigator.userAgent); export const browserDetection = { isIE11, };