Created
April 26, 2018 19:15
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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