metarhia / impress

Enterprise application server for Node.js and Metarhia private cloud ⚡
https://metarhia.com
MIT License
970 stars 129 forks source link

Refactor typeof usage for impress #859

Closed tshemsedinov closed 6 years ago

tshemsedinov commented 6 years ago

Use typeof valiable instead of typeof(variable) except cases like this: typeof(5 + '')

tshemsedinov commented 6 years ago

Closed by https://github.com/metarhia/impress/pull/862