UNPKG

zent

Version:

一套前端设计语言和基于React的实现

6 lines (3 loc) 189 B
// https://stackoverflow.com/questions/9847580/how-to-detect-safari-chrome-ie-firefox-and-opera-browser const isFirefox = typeof InstallTrigger !== 'undefined'; export default isFirefox;