deepmerge
deepmerge copied to clipboard
Add separate type for options passed to custom functions
Before the options are passed to custom functions, they are set to default values and have an additional "cloneUnlessOtherwiseSpecified" function added. This adds a separate type for the required/default options with the additional function.
This replaces #189
The typescript update in #198 would probably fix the build...