unique.d.ts 165 B

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