UNPKG

webpack-merge

Version:

Variant of merge that's useful for webpack configuration

3 lines (2 loc) 165 B
declare function mergeUnique(key: string, uniques: string[], getter: (a: object) => string): (a: [], b: [], k: string) => false | any[]; export default mergeUnique;