Skip to content

Instantly share code, notes, and snippets.

@anthony2025
Created April 26, 2018 19:15
Show Gist options
  • Save anthony2025/c043e9b4be88a7f42c918ded380ccfa0 to your computer and use it in GitHub Desktop.
Save anthony2025/c043e9b4be88a7f42c918ded380ccfa0 to your computer and use it in GitHub Desktop.
provides us a fp.map with a (value, key, index) signature, super useful for objects
import fp from 'lodash/fp';
const uncappedMap = fp.map.convert({ cap: false });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment