What are generic variable types, these are used as function parameter types in Typescript, please explain with sample code
Why any variable type introduced in Typescript, this is similar to generics use and how to use it?
What is module export and use of it in Typescript , please provide some example(how to use it).