Damien Hampton
DH7

DH7

Follow
homebadges
Tag

TypeScript

#typescript

More content

Read more stories on Hashnode


Articles with this tag

TypeScript function signatures

Oct 25, 20212 min read

Here are four different ways to define a typed function in TypeScript. //A const strLen: (str: string) => number = str => { return...

TypeScript function signatures

Set-up a Node, TypeScript and Jest project from scratch with VSCode debugging

Oct 18, 20218 min read

Node, JavaScript and Mocha ... ah, simpler times. I often find the configuration settings for Node, TypeScript and Jest a little confusing....

Set-up a Node, TypeScript and Jest project from scratch with VSCode debugging