uniq.d.ts 62 B

12
  1. declare const uniq: (arr: any) => any[];
  2. export default uniq;