Created
April 22, 2018 09:34
-
-
Save kettanaito/1fc4daee4bbf5b194e51b8fa00c3d43b to your computer and use it in GitHub Desktop.
RAF - Rules analyzis
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
type: { | |
email: ({ value }) => isEmail(value) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment