Ask HN: Is is worth using Typescript for developing Node APIs?

1 points by greenleaf3 ↗ HN

1 comment

[ 4.2 ms ] story [ 9.1 ms ] thread
Yes! I find TypeScript really handy! It makes development easier and faster. Whatever it is you're developing TypeScript will make it better imo. Structural typing is the best of both worlds for flexibility, development speed, and type safety.