DefinitelyTyped/types/backbone-relational
Julian Gonggrijp e1498ebe71 Add the missing Store instance to backbone-relational (#37926)
* Add tests for backbone-relational's exported Store instance

* Add the missing store export to backbone-relational

* Fix the typing of Store.unregister in backbone-relational

* Disable use-default-type-parameter linter rule in backbone-relational

The linter gives an unwarranted error: it complains that Model is the
default type parameter of Collection on line 165, column 41 of the
index.d.ts. While it is true that the default parameter is called
Model, the type in question has been renamed to BModel in the current
module.

* Disable the linter rule in the correct way (see b1deb1c2)
2019-08-26 18:09:15 -07:00
..
backbone-relational-tests.ts
index.d.ts
tsconfig.json
tslint.json