Skip to content

Instantly share code, notes, and snippets.

@mizunashi-mana
Created May 11, 2016 17:50
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 mizunashi-mana/6fd286189fee40c0fd80b46507c3a5b8 to your computer and use it in GitHub Desktop.
Save mizunashi-mana/6fd286189fee40c0fd80b46507c3a5b8 to your computer and use it in GitHub Desktop.
fantasy-land typescript definition
interface Eq<T> {
equals(t: T): boolean;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment