ES6 Map in Typescript I’m creating a class in typescript that has a property that is an ES6 (ECMAscript 2016) Map like so: class Item { configs: ... May 21, 2022 0 Comments