DefinitelyTyped/types/sequelize
Izik Lisbon f668da13f4 Sequelize is using Validator to validate that a string is a UUID. Validator supports 4 versions of UUID:
b59133b172/lib/isUUID.js (L14-L19)

Update Sequelize's typescript to include `all` and change `number` type to a more specific type (3|4|5).
Update Validator's typescript to be more specific. instead of `string | number` set the enum values (3|4|5|all)
2017-08-09 00:01:33 -07:00
..
v3 Sequelize is using Validator to validate that a string is a UUID. Validator supports 4 versions of UUID: 2017-08-09 00:01:33 -07:00
index.d.ts Sequelize is using Validator to validate that a string is a UUID. Validator supports 4 versions of UUID: 2017-08-09 00:01:33 -07:00
sequelize-tests.ts Sequelize: Add to the Table's options to support Optimistic Locking. 2017-07-14 20:21:08 -07:00
tsconfig.json