Created
January 9, 2019 18:09
-
-
Save whitetigle/a38b315785add5908edad1bda27ec0fb 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
type IOptions = | |
abstract length:int with get, set | |
abstract numbers:bool with get, set | |
abstract symbols:bool with get, set | |
abstract uppercase:bool with get, set | |
abstract excludeSimilarCharacters:bool with get, set | |
abstract exclude:string with get, set | |
abstract strict:bool with get, set |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment