2 lines
84 B
Plaintext
2 lines
84 B
Plaintext
export default function uniqueBy<T>(arr: Array<T>, fn: (arg0: T) => any): Array<T>;
|