lodash-id icon indicating copy to clipboard operation
lodash-id copied to clipboard

Makes it easy to manipulate id-based resources with lodash or lowdb

Results 13 lodash-id issues
Sort by recently updated
recently updated
newest added

I receive an array of objects from an API and would like to store them. Sometimes the objects match those already in the db and other times they've been altered....

Consider supporting auto-increment int id ? such as `1, 2, 3` with unique check

Just found out a solution: https://stackoverflow.com/questions/45462193/how-to-use-chain-with-lodash-es-while-supports-tree-shaking/72983877#72983877 Maybe should be added to documentation? ```js import lodashId from 'lodash-id' import { mixin, chain, wrapperLodash } from 'lodash-es' // doesn't work mixin(lodashId) //...