DefinitelyTyped/types/backbone
mnlegend e4fd38e983
Update Backbone.sync to use a union
Updating file to use union to better follow the typescript Do's and Don'ts under the 'Use Union Types' section found in the link below.
https://www.typescriptlang.org/docs/handbook/declaration-files/do-s-and-don-ts.html

This will help prevent issues where a line of code such as 'let proxiedSync = Backbone.sync;' will use the wrong sync function.
2017-11-15 10:31:15 -08:00
..
backbone-tests.ts Merge pull request #20612 from Spinarooni/issue-#18593 2017-11-14 10:08:45 -08:00
index.d.ts Update Backbone.sync to use a union 2017-11-15 10:31:15 -08:00
tsconfig.json Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
tslint.json Ensure every package has a tslint.json (#21009) 2017-10-25 11:13:50 -07:00