UNPKG

webpack-merge

Version:

Variant of merge that's useful for webpack configuration

3 lines (2 loc) 98 B
declare function mergeWith(objects: object[], customizer: any): object; export default mergeWith;