0.0.1 • Published 11 years ago

browser-type v0.0.1

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

browser-type

get browser type

Installation

Install with component(1):

$ component install brighthas/browser-type

Install for node.js

$ npm install --save browser-type

Example

var browser = require("browser-type").browser,
    uaMatch = require("browser-type").uaMatch;
    
var browser2 = uaMatch(/* user-agent info */);

browser.type // msie / opera ...
browser.version  // 22.1 23 ...

License

MIT