#typescript
Read more stories on Hashnode
Articles with this tag
Here are four different ways to define a typed function in TypeScript. //A const strLen: (str: string) => number = str => { return...
Node, JavaScript and Mocha ... ah, simpler times. I often find the configuration settings for Node, TypeScript and Jest a little confusing....