typed-typings / npm-lodash

The type definition for https://github.com/lodash/lodash
MIT License
16 stars 22 forks source link

cloneWith and cloneDeepWith customizer has wrong type #14

Closed osdiab closed 8 years ago

osdiab commented 8 years ago

The customizer function can take up to 4 arguments, but this module only allows it to take one.

https://lodash.com/docs#cloneWith

unional commented 8 years ago

Great. Would you open to help opening a PR?

osdiab commented 8 years ago

15