TehShrike / deepmerge

A library for deep (recursive) merging of Javascript objects
MIT License
2.75k stars 216 forks source link

(fix typing) typescript default export #131

Closed luiscla27 closed 5 years ago

luiscla27 commented 5 years ago

PR to fix issue #130

TehShrike commented 5 years ago

This typing is incorrect for deepmerge@3 - deepmerge@3 does not expose any default export.

deepmerge@2 exposed a default export via the ESM bundle, but Webpack handled that export differently in different contexts, so the ESM bundle was removed.