Izik Lisbon
|
f668da13f4
|
Sequelize is using Validator to validate that a string is a UUID. Validator supports 4 versions of UUID:
https://github.com/chriso/validator.js/blob/b59133b1727b6af355b403a9a97a19226cceb34b/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 |
|
 AndreyandGitHub
|
1f64f18a90
|
Update index.d.ts
Update MobilePhoneLocale to support string 'any'
|
2017-07-09 16:12:36 +06:00 |
|
 AndyandGitHub
|
53ecd41e90
|
Remove unnecessary namespaces in tests (#15922)
|
2017-04-18 13:57:54 -07:00 |
|
Andy Hanson
|
354cec620d
|
Move all packages to a types directory
|
2017-03-24 14:27:52 -07:00 |
|