Skip to content

Instantly share code, notes, and snippets.

@whitetigle
Created January 9, 2019 18:09
Show Gist options
  • Save whitetigle/a38b315785add5908edad1bda27ec0fb to your computer and use it in GitHub Desktop.
Save whitetigle/a38b315785add5908edad1bda27ec0fb to your computer and use it in GitHub Desktop.
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