DefinitelyTyped/types/jasmine-node
Jonathan Yee 3309325bf7 (jasmine) Type safe method names list on a generic for CreateSpyObj (#29325)
⬆ 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!)
2018-10-01 21:03:28 -07:00
..
index.d.ts
jasmine-node-tests.ts
tsconfig.json
tslint.json