Skip to content

Instantly share code, notes, and snippets.

@PCreations
Last active January 10, 2019 14:17
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 PCreations/91fea63153875fe6f20a64f35ae838ea to your computer and use it in GitHub Desktop.
Save PCreations/91fea63153875fe6f20a64f35ae838ea to your computer and use it in GitHub Desktop.
const { updateBarUseCaseHandler } = require('./application/updateBarUseCaseHandler');
const MyVeryUsefulProject = ({ getFooOfId, saveFoo }) => ({
updateBar: updateBarUseCaseHandler({ getFooOfId, saveFoo }),
});
module.exports = {
MyVeryUsefulProject,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment