Skip to content

Instantly share code, notes, and snippets.

@mp5maker
Created December 21, 2020 03:17
Show Gist options
  • Save mp5maker/e9a1a4439c97c66b370f75ec6107fae6 to your computer and use it in GitHub Desktop.
Save mp5maker/e9a1a4439c97c66b370f75ec6107fae6 to your computer and use it in GitHub Desktop.
src/utilities/adder.tsx
export const adder = (value1: number, value2: number): number => value1 + value2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment