mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00: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. |
||
|---|---|---|
| .. | ||
| backbone-tests.ts | ||
| index.d.ts | ||
| tsconfig.json | ||
| tslint.json | ||