DoctorMcKay / node-steam-user

Allows interaction with the Steam network via the Steam client protocol
https://dev.doctormckay.com/forum/7-node-steam-user/
MIT License
894 stars 157 forks source link

More enums #493

Open Revadike opened 2 months ago

Revadike commented 2 months ago

Can you perhaps add enums for store categories, tags, genres and exfgls flags? These id's all appear in app info's, so it's useful to include here.

Btw, I'd Object.freeze all enums, no?