DEV Community

Discussion on: TypeScript utility types: Pick and Omit

 
jamesthomson profile image
James Thomson

Thanks. I also dig through other projects typings, Preact's is a good tip. It's much cleaner than some of the typings I've seen out there 😬

That Gitbook you've referenced to looks very useful, thanks for that!

Thread Thread
 
captainyossarian profile image
yossarian

If you are interested in using typescript mapped types, you can check my blog catchts.com . All examples are taken from stackoverflow

Thread Thread
 
peerreynders profile image
peerreynders

At times searching for information online can be a chore if you don't know the right terminology - terms like Non-null assertion operator or Assertion Function don't exactly suggest themselves when you are reading code.

A Glossary of TypeScript attempts to sort out some of the type related terminology.

Thread Thread
 
jamesthomson profile image
James Thomson

Very nice. That glossary is excellent 👌