Skip to content

Instantly share code, notes, and snippets.

@tehvicke
Created February 14, 2020 10:08
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 tehvicke/73c6f22c71981b30dfcb888bd27613a7 to your computer and use it in GitHub Desktop.
Save tehvicke/73c6f22c71981b30dfcb888bd27613a7 to your computer and use it in GitHub Desktop.
The exported higher order functions
module.exports = Thought => {
return {
createThought: createThought(Thought),
listThoughts: listThoughts(Thought),
updateLikes: updateLikes(Thought)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment