TL;DR
Learn TypeScript enums and const assertions to create named, type-safe constants. Replace magic strings and numbers in your code.
Key concepts
- TypeScript enums
- const assertions TypeScript
- TypeScript constants
- enum vs const assertion
TL;DR
Learn TypeScript enums and const assertions to create named, type-safe constants. Replace magic strings and numbers in your code.
Key concepts