mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-03 15:50:32 +00:00
Enables type checking in various getter methods and enables some nice IntelliSense for accessor strings. This however does not check if the accessed attribute actually returns a string. Change does not pass dtslint if compiled against typescript 2.6. 2.6 seems to have trouble infering the correct generic type.