Skip to content

Instantly share code, notes, and snippets.

@MichalZalecki
Created April 23, 2019 14:33
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save MichalZalecki/594d7951294dbc457c176a96a2729d7f to your computer and use it in GitHub Desktop.
interface Reporter<T> {
report: (validation: Validation<any>) => T
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment