Centeva / TypeScripter

A tool to generate Typescript classes from c# models.
MIT License
4 stars 5 forks source link

Dictionaries should map to the typescript 'any' type until we decide … #23

Closed darrelbrown closed 6 years ago

darrelbrown commented 6 years ago

…to use the ES6 Map<TKey, TValue> object.