Skip to content

Instantly share code, notes, and snippets.

@khaosdoctor
Last active May 16, 2022 18:47
Show Gist options
  • Save khaosdoctor/155006361f63e0096057503ba21e16e4 to your computer and use it in GitHub Desktop.
Save khaosdoctor/155006361f63e0096057503ba21e16e4 to your computer and use it in GitHub Desktop.
const add = (a, b) => a + b
export { add }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment