Hookyns / tst-reflect

Advanced TypeScript runtime reflection system
MIT License
338 stars 11 forks source link

include index properties in type #39

Closed joeferner closed 2 years ago

joeferner commented 2 years ago

index properties have the form [name: string]: string|number;

This does not capture the index type. In the above example it does not capture string

If this gets merged you may want to bump the version more than a minor version number since the properties coming back may include this additional index property which may be unexpected by some.