yeoupooh / staruml-typescript

TypeScript Code Generator for StarUML 2
GNU General Public License v3.0
13 stars 6 forks source link

Use Type Array instead of HashSet #3

Open mvswahn opened 7 years ago

mvswahn commented 7 years ago

Within the export, the type for an array is currently HashSet<Class> instead of Array<Class>