-
-
Save tytskyi/bcd72cb7914e56eb89be1099805a2aef to your computer and use it in GitHub Desktop.
Lodash objects difference
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
_.fromPairs(_.differenceBy(_.entries(original), _.entries(target), ([key, val]) => val)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment