altmp / altv-types

Type definitions for the alt:V JavaScript modules.
https://www.npmjs.com/~vadzz
MIT License
31 stars 74 forks source link

client|shared: refactor Utils #191

Closed xxshady closed 2 years ago

xxshady commented 2 years ago

Moved everything from Utils classes to namespaces so that in the future you don't have to think about where to add a function or class.

Also I thought about deleting Utils classes completely, but then another problem appears with extending shared.Utils, it seems namespace can't be extended by another namespace