Skip to content

Instantly share code, notes, and snippets.

@btorresgil
Created July 25, 2019 15:55
Show Gist options
  • Save btorresgil/55b7987cb54eff16a3a667edc50a7c6a to your computer and use it in GitHub Desktop.
Save btorresgil/55b7987cb54eff16a3a667edc50a7c6a to your computer and use it in GitHub Desktop.
const pick = (...props) => o => props.reduce((a, e) => ({ ...a, [e]: o[e] }), {});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment