Dynamic methods with Typescript
Introduction
To get rid of the build error we had in the previous article, we will need to make our builder methods "dynamic". To achieve that, we will use one of the powerful feature of typescript, the definition of types.
Toying with types
We will ...
blog.carli.dev3 min read