Created
May 24, 2019 08:03
-
-
Save linonetwo/179c7b9e3bd7d18b0406364fd6b76239 to your computer and use it in GitHub Desktop.
lodash #api zip result of two array
This file contains 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
const zipResults = _.flow([_.zip, _.flatten, _.compact]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment