Skip to content

Instantly share code, notes, and snippets.

@painedpineapple
Created February 21, 2020 16:58
Show Gist options
  • Save painedpineapple/68681e94425efe180a48cc3c8e294341 to your computer and use it in GitHub Desktop.
Save painedpineapple/68681e94425efe180a48cc3c8e294341 to your computer and use it in GitHub Desktop.
[@bs.module "email-validator"] external email: string => bool = "validate";
[@bs.module "url-validator"] external url: string => bool = "default";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment