cynthesize-frontend icon indicating copy to clipboard operation
cynthesize-frontend copied to clipboard

Wrap variables for types.

Open WickedBrat opened this issue 6 years ago • 0 comments

TypeScript's one of the strongest features is the use of types. When passing a variable in a function or declaring it. We should use type casting for every variable throughout the project. Currently, the places where it's not declared and the declared like variable_name: any should be converted to a proper object type or relevant variable.

Let us know if you face any issue tackling this. Happy to elaborate

WickedBrat avatar Apr 11 '19 19:04 WickedBrat