diff --git a/lodash/lodash.d.ts b/lodash/lodash.d.ts index 119750404..f8432899f 100644 --- a/lodash/lodash.d.ts +++ b/lodash/lodash.d.ts @@ -6600,9 +6600,7 @@ declare module _ { * @param args Arguments to be partially applied. * @return The new partially applied function. **/ - partialRight( - func: Function, - ...args: any[]): Function; + partialRight: PartialRight } interface PartialRight {