Tag: typescript
The difference between SATISFIES and AS
Date: 1/2/2024Tags:typescriptThe difference between SATISFIES and AS.
Expressing Constraints with Generics in TypeScript
Date: 1/2/2024Tags:typescriptHow to use generics in TypeScript to express constraints.
Practical use of unknown in TypeScript
Date: 12/29/2023Tags:typescriptThis journal entry explores the practical use of handling unknown errors in TypeScript and provides a code example demonstrating how to handle different types of errors.