Skip to content

Instantly share code, notes, and snippets.

@rahulbanerjee26
Created August 18, 2021 17:55
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 rahulbanerjee26/3a4fd56661ded5b4842c358b97cff56a to your computer and use it in GitHub Desktop.
Save rahulbanerjee26/3a4fd56661ded5b4842c358b97cff56a to your computer and use it in GitHub Desktop.
const {add,
subtract,
divide,
multiply} = require('./utils')
module.exports = {add,subtract, divide, multiply}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment