 Mine StarksandGitHub
|
eefbfbbe25
|
Merge pull request #18536 from deptno/master
add ko-KR to MobilePhoneLocale interface
|
2017-08-29 18:00:52 -07:00 |
|
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 |
|
bglee
|
28d1c5dfdf
|
add ko-KR to MobilePhoneLocale
|
2017-08-01 19:52:31 +09:00 |
|
bglee
|
3f1f67e2a9
|
Merge branch 'master' of https://github.com/DefinitelyTyped/DefinitelyTyped
# Conflicts:
# types/validator/index.d.ts
|
2017-08-01 19:50:54 +09:00 |
|
bglee
|
0a8ccb501e
|
update validator
|
2017-08-01 19:47:10 +09: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 |
|