Skip to content

Commit ddfa8e2

Browse files
Document @IsIso6391() in README.md
1 parent 32c8eb5 commit ddfa8e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -874,6 +874,7 @@ isBoolean(value);
874874
| `@IsLatitude()` | Checks if the string or number is a valid latitude coordinate. |
875875
| `@IsLongitude()` | Checks if the string or number is a valid longitude coordinate. |
876876
| `@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. |
877878
| `@IsISO31661Alpha2()` | Checks if the string is a valid ISO 3166-1 alpha-2 officially assigned country code. |
878879
| `@IsISO31661Alpha3()` | Checks if the string is a valid ISO 3166-1 alpha-3 officially assigned country code. |
879880
| `@IsLocale()` | Checks if the string is a locale. |

0 commit comments

Comments
 (0)