UNPKG

@cause-911/core

Version:

Run `npm install @cause-911/core --save` to add this library to your project

16 lines (15 loc) 373 B
export declare class Browser { browserName: string; browserVersion: string; engineName: string; engineVersion: string; private agent; private pattern; constructor(); toString(): string; private detectVersion; private detectBrowser; private detectGeckoBrowser; private detectTridentBrowser; private detectWebkitBrowser; }