jmsv / oaty

Object Array Transposer(y) - JS objects with multiple key/value structures
https://www.npmjs.com/package/oaty
MIT License
10 stars 0 forks source link

Compare w/ `.groupBy` #34

Open j-m opened 9 months ago

j-m commented 9 months ago

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/groupBy

jmsv commented 9 months ago

TIL! looks cool

pretty much makes oaty redundant now – might be worth us adding a warning to the README explaining this & recommending people just use Object.groupBy() instead (with a compatibility caveat)