unique.d.ts 165 B

12
  1. declare function mergeUnique(key: string, uniques: string[], getter: (a: object) => string): (a: [], b: [], k: string) => false | any[];
  2. export default mergeUnique;