logo

Typescript

Typescript

Types in TypeScript : any Type

The any type in TypeScript represents a data-type that can hold any possible value. any is similar to Javascript variables where no type checking is performed and they can hold any value.
3 March 2021