UNPKG

eas-cli

Version:
2 lines (1 loc) 84 B
export default function uniqBy<T, K = any>(list: T[], getKey: (item: T) => K): T[];