mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-14 17:44:33 +00:00
* parse: Fix tslint issues * parse: Update ts test cases * parse: Stricter types for Parse.Object attributes * Better constructor handling for Parse.Object * Use keyof T for more attribute parameters and add tests * parse: Improve Parse.Object method types and add more tests * Remove Parse.VERSION type as it does not exist in documentation * Add references for other declaration files to index.d.ts * parse: Fix constructor types for classes that extend Parse.Object * parse: Fix Parse.Object child classes * Return Parse functions to old location for more readable diff * parse: Remove for import * parse: Lint fixes * parse: Revert to old module declarations for easier diff