2 lines
63 B
TypeScript
Raw Permalink Normal View History

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