mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
⬆ upgrade to TS 2.3 for all dependency. 👽 Use keyof feature only available on 2.3. These changes
allow the array of method names used to be type safe to the properties of the generic class
specified <T>. Although keyof provides non-methods, which isn't allowed by CreateSpyObj, atleast
this provides better typing for users when autocompleting list of class methods (especially if there
are heaps!)
|
||
|---|---|---|
| .. | ||
| index.d.ts | ||
| jasmine-node-tests.ts | ||
| tsconfig.json | ||
| tslint.json | ||