Closed tshemsedinov closed 6 years ago
Use typeof valiable instead of typeof(variable) except cases like this: typeof(5 + '')
typeof valiable
typeof(variable)
typeof(5 + '')
Sorry, but I don't have an access to push some changes into this repository and into repo metaschema.
Granted, @JuliaGerasymenko
Closed by https://github.com/metarhia/metasync/pull/369
Use
typeof valiable
instead oftypeof(variable)
except cases like this:typeof(5 + '')