DefinitelyTyped/detect-browser/index.d.ts
Rogier Schouten 9fbb6f6df0 Add typings for detect-browser (#11776)
* Add typings for detect-browser

* process review comment
2016-10-08 10:32:59 -07:00

15 lines
349 B
TypeScript

// Type definitions for detect-browser v1.3.3
// Project: https://github.com/DamonOehlman/detect-browser
// Definitions by: Rogier Schouten <https://github.com/rogierschouten>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/**
* Browser name
*/
export const name: string;
/**
* Browser version
*/
export const version: string;