0

I need something like Using an object as a generic Dictionary key but for TypeScript.

How to implement this using TypeScript?

Community
  • 1
  • 1
Hopeless
  • 579
  • 1
  • 8
  • 25

1 Answers1

0

How to implement this using TypeScript?

I've done this in the past : https://github.com/basarat/typescript-collections#a-sample-on-dictionary

basarat
  • 261,912
  • 58
  • 460
  • 511