UNPKG

lixin-web

Version:

vue and bootstrap

6 lines (5 loc) 177 B
import UAParser from 'ua-parser-js' export const UA = UAParser() const UAName = UA.browser.name export const isIE = UAName === 'IE' export const isEdge = UAName === 'Edge'