Skip to content

Instantly share code, notes, and snippets.

@kianaditya
Created July 6, 2020 13:13
Show Gist options
  • Select an option

  • Save kianaditya/8271c8120b893d81f9c0675779800735 to your computer and use it in GitHub Desktop.

Select an option

Save kianaditya/8271c8120b893d81f9c0675779800735 to your computer and use it in GitHub Desktop.
const getUser = require('./users')
const { getAllPosts, getSpecificPost } = require('./posts')
module.exports = {
getUser,
getAllPosts,
getSpecificPost,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment