TypescriptDifference between void and never in Typescript.When we declare a function in Typescript, if the function return nothing we can use any , void or…March 29, 2021 1 min
TypescriptHow to declare functions in Typescript interface.Declaration of functions in Typescript interface depends of the structure of the function itself…March 25, 2021 1 min
TypescriptHow to change the type interface of an element using type guard function in Typescript.Imagine you have different interfaces, precisely ones that extends a general one. Let's take those…March 24, 2021 1 min