types / sequelize

The typings for https://github.com/sequelize/sequelize
63 stars 37 forks source link

BelongsToCreateAssociationMixin Return Type Void in NPM #168

Open ekristen opened 6 years ago

ekristen commented 6 years ago

I'm trying to find the discrepancy but it seems the latest published in NPM has a version that's not matching master and since this repository doesn't have any tags/releases it's hard to understand what code version is suppose to be where.

It seems that the current version published the return type for BelongsToCreateAssociationMixin is void, when it really should be an instance, and it seems like the master branch has this set properly.