Skip to content

Instantly share code, notes, and snippets.

@Emilios1995
Last active July 31, 2017 02:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Emilios1995/a68da44e83da5a4752673c2283f2cfee to your computer and use it in GitHub Desktop.
Save Emilios1995/a68da44e83da5a4752673c2283f2cfee to your computer and use it in GitHub Desktop.
const validationRules = {
notificationsClientId: [
[
dep("getsNotifications", R.equals(true), isType("String")),
"If getsNotifications is true, notificationsClientId is required as a string"
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment