Skip to content

Instantly share code, notes, and snippets.

@dimitarg
Created April 4, 2017 07:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dimitarg/01fcfb5845c9c9e1db8bf27a3f5a6fc2 to your computer and use it in GitHub Desktop.
Save dimitarg/01fcfb5845c9c9e1db8bf27a3f5a6fc2 to your computer and use it in GitHub Desktop.
typechecks but transform-flow-strip-types does not cope with it
/* @flow */
export interface Val {
equals<this>(other: this) : boolean
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment