Skip to content

Instantly share code, notes, and snippets.

@jschr
Created April 11, 2017 21:31
Show Gist options
  • Save jschr/0578d5428839c2e236bf84836bebd5b8 to your computer and use it in GitHub Desktop.
Save jschr/0578d5428839c2e236bf84836bebd5b8 to your computer and use it in GitHub Desktop.
webpack step 2 getProps
export default async function getProps(username) {
const sumary = await getGithubSummary(username)
return summary
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment