I\'m trying to change the typings of _.keys function in lodash/fp.
_.keys
lodash/fp
Original type looks like this: type LodashKeys = (object: any) =>
type LodashKeys = (object: any) =>