Building a CLI in Typescript
Building a CLI with Typescript At walrus.ai, we're building a platform for end-to-end testing via a single API call. Our users give us a url… (more…)
Read more »Typescript Without Compilation
Hi, in this post I will show how to use Typescript with static typings without needing a build step. I have also implemented this in my project SwordCSS.
Installation
We still need to install and configure Typescript th… Read more