AhsanAyaz / ngx-device-detector

An Angular v7+ library to detect the device, OS, and browser details.
https://ahsanayaz.github.io/ngx-device-detector
MIT License
517 stars 101 forks source link

Improve type for Browsers #283

Open DmitryEfimenko opened 10 months ago

DmitryEfimenko commented 10 months ago

Is your feature request related to a problem? Please describe. Currently the type for browser in DeviceInfo is string.

Describe the solution you'd like I'd like to narrow down the type to only the string values of reported browsers.

Please see the proof of concept of what I am looking for on the TypeScript Playground here.