UNPKG

@r1tsu/payload

Version:

10 lines (9 loc) 228 B
export default function getUniqueListBy(arr, key) { return [ ...new Map(arr.map((item)=>[ item[key], item ])).values() ]; } //# sourceMappingURL=getUniqueListBy.js.map