faisalman / ua-parser-js

UAParser.js - The Essential Web Development Tool for User-Agent Detection.

Home Page:https://uaparser.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Export the enums

MarianoFacundoArch opened this issue · comments

It would be nice if we could export the ENUMS to make comparisons later on without relying on strings, for example
if (currentOsName === LINUX)