Skip to content

Instantly share code, notes, and snippets.

@bolerap
Created March 30, 2019 11:26
Show Gist options
  • Save bolerap/f31d64a8761d72c38ff5333043cbdc4a to your computer and use it in GitHub Desktop.
Save bolerap/f31d64a8761d72c38ff5333043cbdc4a to your computer and use it in GitHub Desktop.
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