Skip to content

Instantly share code, notes, and snippets.

@ernestofreyreg
Created December 19, 2019 14:56
Show Gist options
  • Save ernestofreyreg/a0d865e4c899fbd83bbb89c0e07ad0f1 to your computer and use it in GitHub Desktop.
Save ernestofreyreg/a0d865e4c899fbd83bbb89c0e07ad0f1 to your computer and use it in GitHub Desktop.
export const sum = (a: number, b: number): number => a + b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment