📄 uniqueBy.d.ts
/home/palash/git/site/node_modules/@popperjs/core/lib/utils/uniqueBy.d.ts
Language: ts • Lines: 1
export default function uniqueBy<T>(arr: Array<T>, fn: (arg0: T) => any): Array<T>;