Enums vs String Literal Types in TypeScript
In TypeScript, there are a few ways to express named constants. If you're familiar with backend languages like C# and Java, there's a very good chance that you've worked with enums. TypeScript supports enums as well and is one of the few TypeScript f...
brockherion.hashnode.dev4 min read