metarhia / metasync

Asynchronous Programming Library for JavaScript & Node.js
https://metarhia.com
MIT License
206 stars 35 forks source link

Refactor typeof usage for metasync #366

Closed tshemsedinov closed 6 years ago

tshemsedinov commented 6 years ago

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

JuliaGerasymenko commented 6 years ago

Sorry, but I don't have an access to push some changes into this repository and into repo metaschema.

tshemsedinov commented 6 years ago

Granted, @JuliaGerasymenko

tshemsedinov commented 6 years ago

Closed by https://github.com/metarhia/metasync/pull/369