We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@IsIso6391()
README.md
1 parent 32c8eb5 commit ddfa8e2Copy full SHA for ddfa8e2
README.md
@@ -874,6 +874,7 @@ isBoolean(value);
874
| `@IsLatitude()` | Checks if the string or number is a valid latitude coordinate. |
875
| `@IsLongitude()` | Checks if the string or number is a valid longitude coordinate. |
876
| `@IsMobilePhone(locale: string)` | Checks if the string is a mobile phone number. |
877
+| `@IsISO6391()` | Checks if the string is a valid ISO 639-1 officially assigned language code. |
878
| `@IsISO31661Alpha2()` | Checks if the string is a valid ISO 3166-1 alpha-2 officially assigned country code. |
879
| `@IsISO31661Alpha3()` | Checks if the string is a valid ISO 3166-1 alpha-3 officially assigned country code. |
880
| `@IsLocale()` | Checks if the string is a locale. |
0 commit comments