If I call _mapKeys(object, ...) with object being type Object, TypeScript gives the following error when it tries to compile:
error TS2345: Argument of type 'Object' is not assignable to parameter of type 'List<{}> | Dictionary<{}>'
I think this should work judging by Lodash's documention: https://lodash.com/docs/4.17.4#mapKeys
There was a similar problem in the past regarding _.some(), found here: #8630
Could you please look into this?
Thanks.
lodash/index.d.tsfile in this repo and had problems.lodash/index.d.ts.If I call _mapKeys(object, ...) with object being type Object, TypeScript gives the following error when it tries to compile:
error TS2345: Argument of type 'Object' is not assignable to parameter of type 'List<{}> | Dictionary<{}>'I think this should work judging by Lodash's documention: https://lodash.com/docs/4.17.4#mapKeys
There was a similar problem in the past regarding _.some(), found here: #8630
Could you please look into this?
Thanks.