Created
February 21, 2020 16:58
-
-
Save painedpineapple/68681e94425efe180a48cc3c8e294341 to your computer and use it in GitHub Desktop.
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
[@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