Introduction
Typescript type system is turing complete.
In theory, Typescript type system can do whatever other programming languages can do.
Here is the demo: A number calculator implemented with Typescirpt Type System (No Js code)
Compile-time number calculator implemented with Typescript's type system
TypeScript
Typescript type system is turing complete.
In theory, Typescript type system can do whatever other programming languages can do.
Here is the demo: A number calculator implemented with Typescirpt Type System (No Js code)