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