Questions tagged «typescript1.5»

10
打字稿中的ES6地图
我正在打字稿中创建一个具有如下属性的类,该类是ES6(ECMAscript 2016)地图: class Item { configs: ????; constructor () { this.configs = new Map(); } } 如何在打字稿中声明ES6 Map类型?
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.