UNPKG

payload

Version:

Node, React, Headless CMS and Application Framework built on Next.js

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