Tag: Strongly

Use safeParseTo function to Type Strongly your TypeScript Code

Adding TypeScript to JavaScript, it is no longer a choice but an obligation to have a robust code. Let me show you how to strongly type your code with the safeParseTo function. Without Using safeParseTo Let’s imagine, we have a function that accept a string/number list. It d...