Articles tagged with #typescript
Loosely coupling with Typescript
#typescriptAdjusting slightly how you use types, you can get code that's easier to maintain, test and reason about.
Safer types on TypeScript
#typescript #types #intermediateYou can use slightly different types than you would normally use to get stricter assurances on your data.