mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-06 22:35:57 +08:00
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.