Skip to content

Commit

Permalink
docs: Add Json Web Token description
Browse files Browse the repository at this point in the history
  • Loading branch information
getspooky authored Sep 25, 2020
1 parent ff303a2 commit df5a51c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ export { default as es } from '../locale/spanish.json';
| `date` | Checks if a value is a date |
| `decimal` | Checks if a value is a decimal |
| `email` | Checks if the string is an email |
| `ean` | Checks if the string is an EAN(European Article Number) |
| `ean` | Checks if the string is an EAN(European Article Number) |
| `jwt` | check if the string is valid JWT token. |
| `function` | Checks if the object is function |
| `hexColor` | Checks if the string is a hexadecimal color |
| `integer` | Checks if the value is an integer number |
Expand Down

0 comments on commit df5a51c

Please sign in to comment.