Skip to content

Instantly share code, notes, and snippets.

@bjruberg
Created October 1, 2018 10:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjruberg/0b9463b3abc0fc3cc23d42d30a3cfaf4 to your computer and use it in GitHub Desktop.
Save bjruberg/0b9463b3abc0fc3cc23d42d30a3cfaf4 to your computer and use it in GitHub Desktop.
import { uniqBy } from "lodash"
uniqBy(someCollection, "value")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment