Skip to content

Instantly share code, notes, and snippets.

@anthony2025
Created June 5, 2018 17:37
Show Gist options
  • Save anthony2025/18aef5e79c5b1e3ad38c1d7dae37a5c6 to your computer and use it in GitHub Desktop.
Save anthony2025/18aef5e79c5b1e3ad38c1d7dae37a5c6 to your computer and use it in GitHub Desktop.
provides us a map with a (value, key, index) inner function signature
export const mapObject = R.addIndex(R.map);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment