wd-browser

1.1.0 • Public • Published

wd-browser

parse browser name and return wd browser names.

Installation

$ npm install wd-browser

Examples

parse('ie:6..11');          // => ie 6 to 11
parse('ie:*');              // => all ie versions (including unstable)
parse('ie:..7');            // => ie oldest to 7
parse('iphone:*');          // => all iphone versions
parse('android:*');         // => all android versions
parse('chrome:..stable')    // => all chrome versions including the latest stable
parse('chrome:stable')      // => latest stable chrome
parse('chrome:stable..')    // => from stable to latest beta.
```
 
## License
 
  MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    5
    • latest

Version History

Package Sidebar

Install

npm i wd-browser

Weekly Downloads

5

Version

1.1.0

License

none

Last publish

Collaborators

  • yields