1 line
63 B
TypeScript
1 line
63 B
TypeScript
|
|
export declare function distinctArray<T = any>(arr: T[]): T[];
|