How to add elements to the array value of a map in typescript?
I need some quick lookup tables and I’m trying to move away from using objects to using maps, reasons are I assume them to be faster and I want to try something I haven’t used before
I need some quick lookup tables and I’m trying to move away from using objects to using maps, reasons are I assume them to be faster and I want to try something I haven’t used before