UNPKG

wsp-toolkit

Version:
3 lines (2 loc) 177 B
export type TUniquePropertyFn<T> = (item: T) => any; export declare function unique<T>(arr: Array<T>, property?: string | Array<string | number> | TUniquePropertyFn<T>): any[];