Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created April 14, 2017 05:36
Embed
What would you like to do?
// @flow
function square(n: number): number {
return n * n;
}
square("2", "2"); // Error!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment