UNPKG

payload

Version:

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

11 lines (10 loc) 241 B
// @ts-strict-ignore export function getUniqueListBy(arr, key) { return [ ...new Map(arr.map((item)=>[ item[key], item ])).values() ]; } //# sourceMappingURL=getUniqueListBy.js.map