Skip to content

Instantly share code, notes, and snippets.

@callstack-bot
Last active October 7, 2022 12:14
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 callstack-bot/623e6fbe1b8241e730478b6c0b24585d to your computer and use it in GitHub Desktop.
Save callstack-bot/623e6fbe1b8241e730478b6c0b24585d to your computer and use it in GitHub Desktop.
export const add = (a: number, b: number) => {
return a + b;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment