Closed danwallach closed 2 years ago
TypeScript has a rich type system. Can we use it and create code that's cleaner than the original Python code?
Overloading isn't supported. TypeScript unions fully in use. Good enough.
TypeScript has a rich type system. Can we use it and create code that's cleaner than the original Python code?