Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save andevsoftware/dee486e456b518c02f0c to your computer and use it in GitHub Desktop.
Save andevsoftware/dee486e456b518c02f0c to your computer and use it in GitHub Desktop.
TSValidate.Validators.PresenceOf
import PresenceOf = TSValidation.Validators.PresenceOf;
validator.add('name', new PresenceOf()
.message('The name is required')
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment