Created
March 30, 2019 11:26
-
-
Save bolerap/f31d64a8761d72c38ff5333043cbdc4a to your computer and use it in GitHub Desktop.
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
uniqueArray = a => [...new Set(a.map(o => JSON.stringify(o)))].map(s => JSON.parse(s)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment