0.0.1 • Published 8 years ago
browserr v0.0.1
browserr
This library allows you to determine a user's browser by the errors it throws. Currently it can tell the difference between:
- Chrome
- Firefox
- Safari
Usage
import browserr from 'browserr';
// 'chrome' | 'firefox' | 'safari'
const browser = browserr();
0.0.1
8 years ago