Skip to content

Instantly share code, notes, and snippets.

@nathanclevenger
Last active September 29, 2022 15:15
Show Gist options
  • Save nathanclevenger/05c566c2452de53caa20a32cd12fbbca to your computer and use it in GitHub Desktop.
Save nathanclevenger/05c566c2452de53caa20a32cd12fbbca to your computer and use it in GitHub Desktop.
Example for https://worker.do
export default api = (number = 5) => { number, squared: number^2, cubed: number^3 })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment