1.0.3 • Published 8 years ago
@huahao/browser-type v1.0.3
browser-type
Judging the types of browsers
Install
$ npm install --save @huahao/browser-typeUsage
import { browserType, browserVersion } from '@huahao/browser-type'
console.log(browserType) // Chrome
console.log(browserVersion) // 56API
| browserType | browserVersion |
|---|---|
| IE | 6, 7, 8, 9, 10, 11 |
| Chrome | all version |
| Firefox | all version |
| Safari | all version |