2 lines
63 B
TypeScript
Raw Normal View History

export declare function distinctArray<T = any>(arr: T[]): T[];