Skip to content

Instantly share code, notes, and snippets.

@yvesbou
Created February 18, 2022 10:01
Show Gist options
  • Save yvesbou/cfb95c1386c316ef36f08d30f7a4a53e to your computer and use it in GitHub Desktop.
Save yvesbou/cfb95c1386c316ef36f08d30f7a4a53e to your computer and use it in GitHub Desktop.
const createCoin = require('./createCoin');
const updateCoin = require('./updateCoin');
const deleteCoin = require('./deleteCoin');
module.exports = { createCoin, updateCoin, deleteCoin }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment