Skip to content

Instantly share code, notes, and snippets.

@manakuro
Created February 24, 2020 23:19
Show Gist options
  • Save manakuro/1432877b0714e94b9f663165091347d3 to your computer and use it in GitHub Desktop.
Save manakuro/1432877b0714e94b9f663165091347d3 to your computer and use it in GitHub Desktop.
const user = url
|> api.get
|> await
|> (r => r.json())
|> await
|> (j => j.data.user);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment